11 lines
308 B
Markdown
11 lines
308 B
Markdown
# 🐦 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](https://trisua.com/t/tetratto)! :)
|
|
|
|
You can choose between SQLite and PostgreSQL using the `sqlite` and `postgres` features respectively.
|