switchy_database 0.3.0

Switchy database package
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[cfg(feature = "schema")]
pub mod introspection_tests;

#[cfg(feature = "schema")]
pub mod returning_tests;

pub mod savepoint_tests;

pub mod datetime_tests;

pub mod data_types_tests;

pub mod integration_tests;

#[cfg(feature = "cascade")]
pub mod cascade_tests;