Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🔥

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)