switch to axum

This commit is contained in:
Mitchell Marino
2023-04-02 16:52:17 -05:00
parent 39570aae05
commit 6a039f350a
4 changed files with 99 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
CREATE TABLE users (
id SERIAL PRIMARY KEY,
username varchar(255) NOT NULL,
password bytea
);