Files
Notes/notes-service/vendor/sea-query/tests/sqlite/mod.rs
T
2026-08-01 16:11:49 +03:00

12 lines
151 B
Rust

use sea_query::{tests_cfg::*, *};
mod explain;
mod foreign_key;
mod index;
mod query;
mod table;
#[path = "../common.rs"]
mod common;
use common::*;