No description
Find a file
2025-06-09 11:33:28 -04:00
src fix: sqlite params! macro 2025-06-09 11:33:28 -04:00
.gitignore Initial 2025-06-08 14:14:32 -04:00
Cargo.lock fix: sqlite params! macro 2025-06-09 11:33:28 -04:00
Cargo.toml fix: sqlite params! macro 2025-06-09 11:33:28 -04:00
LICENSE Initial 2025-06-08 14:14:32 -04:00
README.md Initial 2025-06-08 14:14:32 -04: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.