Add basic SQLx

This commit is contained in:
traxys 2023-08-14 18:26:38 +02:00
parent 886df477a8
commit c7e3468acc
6 changed files with 1036 additions and 11 deletions

View file

@ -0,0 +1,2 @@
-- Add migration script here
CREATE TABLE accounts (id uuid PRIMARY KEY);