No description
Find a file
2025-11-14 22:48:18 -05:00
src add: allow get macro to use an ident for col_id 2025-11-14 22:48:18 -05:00
.gitignore add: default get! syntax 2025-11-03 16:58:02 -05:00
Cargo.lock add: allow get macro to use an ident for col_id 2025-11-14 22:48:18 -05:00
Cargo.toml add: allow get macro to use an ident for col_id 2025-11-14 22:48:18 -05:00
LICENSE add: default get! syntax 2025-11-03 16:58:02 -05:00
README.md add: default get! syntax 2025-11-03 16:58:02 -05:00

🐦 oiseau !

Oiseau is a simple SQL helper library which supports PostgreSQL and SQLite.

cargo add oiseau

You can see it in action in the Tetratto source! :)

You can choose between SQLite and PostgreSQL using the sqlite and postgres features respectively.