Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 207 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 207 Bytes

axum-demo

rust webframework

all demo has enable db pool, token auth, pagination, error definition.

branch:

  • main: axum with sea-orm
  • sqlx: axum with sqlx
  • tokio_postgres: axum with tokio_postgres