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