kubetsu 0.2.0

distinguish value type of other struct
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "sqlx-mysql")]
mod mysql;

#[cfg(feature = "sqlx-postgres")]
mod postgres;

#[cfg(feature = "sqlx-sqlite")]
mod sqlite;

#[cfg(feature = "sqlx-any")]
mod any;