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-20 00:00:11 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c6e6b4ea32f4e052d0f169cc666a6c885e006f13
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