init
This commit is contained in:
commit
b050eaac9b
12 changed files with 2545 additions and 0 deletions
5
src/state.rs
Normal file
5
src/state.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
use sqlx::{postgres::Postgres, Pool};
|
||||
|
||||
pub struct AppState {
|
||||
pub pool: Pool<Postgres>,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue