feat: sqlx

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-03 21:33:42 +03:00
parent 40149b372d
commit 20af44c357
16 changed files with 135 additions and 194 deletions

View file

@ -0,0 +1,3 @@
-- Add down migration script here
DROP TABLE IF EXISTS "user";
DROP TYPE IF EXISTS role;