| author | |
| committer | |
| log | 83ace4590914fa1d5bd887c2f983434aef46cc79 |
| tree | a9165516eea34d6a3acb64bf624ed602f993122c |
| parent | 193183b6c27ac4c0019e6257397de43a2fa86e54 |
1 files changed, 21 insertions(+), 0 deletions(-)
README.md created+21| ... | ... | @@ -0,0 +1,21 @@ |
| 1 | # Zorm | |
| 2 | ||
| 3 | The ORM library for Zig. | |
| 4 | ||
| 5 | WIP | |
| 6 | ||
| 7 | ## Example Usage | |
| 8 | [src/main.zig](src/main.zig) | |
| 9 | ||
| 10 | ## Built With | |
| 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 |