Initial
This commit is contained in:
commit
3ab9f14ce6
12 changed files with 2512 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 🐦 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.
|
Loading…
Add table
Add a link
Reference in a new issue