| ... | @@ -1,21 +1,13 @@ | ... | @@ -1,21 +1,13 @@ |
| 1 | # Zorm | 1 | # Zorm |
| 2 | | 2 | |
| 3 | The ORM library for Zig. | 3 |  |
| | 4 | [](https://github.com/nektro/zig-zorm/blob/master/LICENSE) |
| | 5 | [](https://github.com/sponsors/nektro) |
| | 6 | [](https://ziglang.org/) |
| | 7 | [](https://github.com/nektro/zigmod) |
| 4 | | 8 | |
| 5 | WIP | 9 | The database library for Zig. |
| 6 | | 10 | |
| 7 | ## Example Usage | 11 | ## Supports |
| 8 | [src/main.zig](src/main.zig) | | |
| 9 | | 12 | |
| 10 | ## Built With | 13 | - Sqlite3 |
| 11 | - [Zig](https://github.com/ziglang/zig) master | | |
| 12 | - [Zigmod](https://github.com/nektro/zigmod) package manager | | |
| 13 | - https://github.com/vrischmann/zig-sqlite | | |
| 14 | | | |
| 15 | ## Add me | | |
| 16 | ``` | | |
| 17 | $ zigmod aq add 1/nektro/zorm | | |
| 18 | ``` | | |
| 19 | | | |
| 20 | ## License | | |
| 21 | AGPL-3.0 | | |