macros: sqlite: add support for bool

This commit is contained in:
Ryan Leckey 2020-03-17 21:33:14 -07:00
parent ec97dfb884
commit 96f1dd76bc

View File

@ -1,5 +1,6 @@
impl_database_ext! {
sqlx::sqlite::Sqlite {
bool,
i32,
i64,
f32,