Koucha/koucha
Julia Lange 6702f976cb
Add sqlx, add Adapter, create initial schema
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.
2026-02-05 12:25:34 -08:00
..
migrations Add sqlx, add Adapter, create initial schema 2026-02-05 12:25:34 -08:00
src Add sqlx, add Adapter, create initial schema 2026-02-05 12:25:34 -08:00
.gitignore Add sqlx, add Adapter, create initial schema 2026-02-05 12:25:34 -08:00
Cargo.lock Add sqlx, add Adapter, create initial schema 2026-02-05 12:25:34 -08:00
Cargo.toml Add sqlx, add Adapter, create initial schema 2026-02-05 12:25:34 -08:00