aboutsummaryrefslogtreecommitdiff
path: root/development/libs/barrel/src/tests/sqlite3/mod.rs
blob: f39c17f8cd8a36cef39e882e1cc8cdf4fe7e5233 (plain)
1
2
3
4
//! A few simple tests for the sqlite3 string backend

mod create_table;
mod simple;