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

https://github.com/takuma-shishido/otimorm

library for PostgreSQL ORM written in zig 🔥
https://github.com/takuma-shishido/otimorm

database orm postgresql zig zig-package

Last synced: 2 months ago
JSON representation

library for PostgreSQL ORM written in 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`

## Code Example
see [this](https://github.com/takuma-shishido/otimorm/blob/develop/example/main.zig).

## TODO

- Support for more complex queries

## Credit

This project was inspired by [zig-orm](https://github.com/aeronavery/zig-orm)