postgres session storage backend
This commit is contained in:
parent
f22814c77b
commit
2871c358e3
8 changed files with 99 additions and 48 deletions
|
|
@ -1,5 +1,5 @@
|
|||
pub mod json;
|
||||
// #[cfg(feature = "postgres")]
|
||||
#[cfg(feature = "postgres")]
|
||||
pub mod postgres;
|
||||
|
||||
use std::{collections::HashSet, path::PathBuf};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue