authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:30:21 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:30:21 -07:00
loge30f063ca37685bc01430d5556c74c80a78ab7fd
tree2730de277402f02b673a93b3557d76b91cb58b7b
parente82919f3fd9470d344fbc06fec3474fef7841b70

ziginfra README sync


1 files changed, 8 insertions(+), 16 deletions(-)

README.md+8-16
...@@ -1,21 +1,13 @@...@@ -1,21 +1,13 @@
1# Zorm1# Zorm
22
3The ORM library for Zig.3![loc](https://sloc.xyz/github/nektro/zig-zorm)
4[![license](https://img.shields.io/github/license/nektro/zig-zorm.svg)](https://github.com/nektro/zig-zorm/blob/master/LICENSE)
5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
48
5WIP9The database library for Zig.
610
7## Example Usage11## Supports
8[src/main.zig](src/main.zig)
912
10## Built With13- 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
21AGPL-3.0