From 83ace4590914fa1d5bd887c2f983434aef46cc79 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 9 Aug 2021 01:38:55 -0700 Subject: [PATCH] add README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..26ac60b80992a9ed715c735dd6064300f231c188 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Zorm + +The ORM library for Zig. + +WIP + +## Example Usage +[src/main.zig](src/main.zig) + +## Built With +- [Zig](https://github.com/ziglang/zig) master +- [Zigmod](https://github.com/nektro/zigmod) package manager +- https://github.com/vrischmann/zig-sqlite + +## Add me +``` +$ zigmod aq add 1/nektro/zorm +``` + +## License +AGPL-3.0 -- 2.54.0