Postgres example storage
This commit is contained in:
parent
9d394116c0
commit
f22814c77b
6 changed files with 748 additions and 24 deletions
|
|
@ -1,4 +1,6 @@
|
|||
pub mod json;
|
||||
// #[cfg(feature = "postgres")]
|
||||
pub mod postgres;
|
||||
|
||||
use std::{collections::HashSet, path::PathBuf};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue