Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takuma-shishido/otimorm
The best library for orm with zig 🔥
https://github.com/takuma-shishido/otimorm
database orm postgresql zig
Last synced: 17 days ago
JSON representation
The best library for orm with zig 🔥
- Host: GitHub
- URL: https://github.com/takuma-shishido/otimorm
- Owner: takuma-shishido
- Created: 2024-10-30T22:50:34.000Z (17 days ago)
- Default Branch: develop
- Last Pushed: 2024-10-30T23:35:24.000Z (17 days ago)
- Last Synced: 2024-10-31T00:19:41.071Z (17 days ago)
- Topics: database, orm, postgresql, zig
- Language: Zig
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# otimorm
> [!IMPORTANT]
> **This project is still under development and there are bugs**
> If you find a bug, please open an issue. I will fix it as soon as possible.`otimorm` is an easy-to-use ORM for PostgreSQL that works with the latest version of Zig.
tested with `0.14.0-dev`
## TODO
- Code Example
- Support for more complex queries## Credit
This project was inspired by [zig-orm](https://github.com/aeronavery/zig-orm)