fix: postgres feature
This commit is contained in:
parent
0177b5676d
commit
b79472ec19
3 changed files with 3 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -549,7 +549,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "oiseau"
|
name = "oiseau"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bb8-postgres",
|
"bb8-postgres",
|
||||||
"redis",
|
"redis",
|
||||||
|
|
|
@ -4,7 +4,7 @@ description = "Super simple SQL helper"
|
||||||
authors = ["trisuaso <me@trisua.com>"]
|
authors = ["trisuaso <me@trisua.com>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
homepage = "https://bugs.tetratto.com/trisua/tetratto"
|
homepage = "https://bugs.tetratto.com/trisua/tetratto"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -12,6 +12,7 @@ pub use rusqlite::Row as SqliteRow;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
pub extern crate rusqlite;
|
pub extern crate rusqlite;
|
||||||
|
#[cfg(feature = "sqlite")]
|
||||||
pub use rusqlite::params as rparams;
|
pub use rusqlite::params as rparams;
|
||||||
|
|
||||||
pub mod cache;
|
pub mod cache;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue