ormlite-core 0.24.5

An ORM for people who love SQL. Use the `ormlite` crate, not this one.
Documentation
1
2
3
4
5
6
7
pub mod args;
pub mod placeholder;
mod select;
mod util;
pub use args::QueryBuilderArgs;
pub use placeholder::Placeholder;
pub use select::SelectQueryBuilder;