axion 0.0.4

Automatic API generator that creates a REST API mirror of a database in Rust
Documentation
1
2
3
4
5
pub mod health;
pub use health::create_health_routes;

pub mod prism;
pub use prism::PrismApi;