mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-30 12:06:41 +02:00
added diesel example
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE users
|
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE users (
|
||||
id VARCHAR NOT NULL PRIMARY KEY,
|
||||
name VARCHAR NOT NULL
|
||||
)
|
Reference in New Issue
Block a user