rok-fluent 0.4.1

Eloquent-inspired async ORM for Rust (PostgreSQL, MySQL, SQLite)
1
2
3
4
5
6
7
8
9
10
11
12
pub mod condition;
pub mod model;
pub mod query;
pub mod schema_cache;

#[cfg(feature = "replica")]
pub mod replica;

#[cfg(feature = "tenant")]
pub mod tenant;

pub mod sqlx;