runique 2.0.1

A Django-inspired web framework for Rust with ORM, templates, and comprehensive security middleware
Documentation
1
2
3
4
5
//! DB macros and helpers — `impl_objects!`, SeaORM entity manager Django-style.
pub mod filter;
pub mod impl_objects;
pub mod objects;
pub mod query;