This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
axum
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/axum.git
synced
2026-08-24 00:00:16 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
01ac7372e3c08c8a49154451ab0bb3339f09ff64
axum
/
examples
/
diesel-async-postgres
/
migrations
/
2023-03-14-180127_add_users
/
down.sql
T
3 lines
66 B
SQL
Raw
Normal View
History
Unescape
Escape
Add a diesel and diesel-async example (
#1853
)
2023-03-28 15:32:00 +00:00
-- This file should undo anything in "up.sql"
DROP
TABLE
"users"
;
Reference in New Issue
Copy Permalink