sea-query 1.0.0

🔱 A dynamic query builder for MySQL, Postgres and SQLite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod column;
mod explain;
mod index;
mod select;

pub use column::*;
pub use explain::ExplainTable;
pub use index::*;
pub use select::*;

pub(crate) use explain::ExplainTableTarget;
pub(crate) use explain::MySqlExplainOptions;
pub(crate) use explain::MySqlExplainSchemaSpec;