feat: use postgres to fetch and store user info
This commit is contained in:
parent
3528ea7d34
commit
40e0b14f2a
9 changed files with 175 additions and 42 deletions
|
|
@ -3,6 +3,7 @@ sql:
|
|||
- engine: "postgresql"
|
||||
queries:
|
||||
- "../modules/backend/queries.sql"
|
||||
- "../modules/auth/queries.sql"
|
||||
schema: "migrations"
|
||||
gen:
|
||||
go:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue