db&adapter, add sqlx + schema & add adapter
Adds SQLX for database management, and an Adapter interface for interacting with it. Through the type "AdapterPool" Creates an initial_schema with everything I think I'll need.
This commit is contained in:
parent
a42853ac5a
commit
dac085756a
7 changed files with 1514 additions and 14 deletions
1
koucha/.gitignore
vendored
1
koucha/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
*.db
|
||||
/target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue