sea-query 0.12.1

🌊 A dynamic query builder for MySQL, Postgres and SQLite
Documentation
1
2
3
4
5
6
7
8
9
mod foreign_key;
mod index;
mod online;
#[allow(deprecated)]
mod query;
mod table;
mod types;

use sea_query_test::*;