Skip to content

A cargo generate template for an Axum service with sqlx configured for PostgreSQL

License

Notifications You must be signed in to change notification settings

thesurlydev/axum-template

Repository files navigation

{{project-name}}

{{description}}

References

Here are reference docs for the crates used in this project:

  • axum docs - web framework that focuses on ergonomics and modularity.
  • sqlx docs - an async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
  • tracing docs - a framework for instrumenting Rust programs to collect structured, event-based diagnostic information.
  • serde docs - framework for serializing and deserializing Rust data structures efficiently and generically.

About

A cargo generate template for an Axum service with sqlx configured for PostgreSQL

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks