aboutsummaryrefslogtreecommitdiff
path: root/development/libs/barrel/src/tests/pg/mod.rs
blob: 10bafeccda13bc393e3aa3ff5bddd4175ad424f4 (plain)
1
2
3
4
5
6
//! Test pgsql generation

mod add_column;
mod create_table;
mod simple;
mod reference;