sea-query 0.26.3

🌊 A dynamic query builder for MySQL, Postgres and SQLite
Documentation
1
2
3
4
5
6
7
8
9
10
11
use sea_query::{tests_cfg::*, *};

mod foreign_key;
mod index;
#[allow(deprecated)]
mod query;
mod table;

#[path = "../common.rs"]
mod common;
use common::*;