Postgres example storage

This commit is contained in:
Igor Katson 2024-08-15 13:31:56 +01:00
parent 9d394116c0
commit f22814c77b
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 748 additions and 24 deletions

View file

@ -1,4 +1,6 @@
pub mod json;
// #[cfg(feature = "postgres")]
pub mod postgres;
use std::{collections::HashSet, path::PathBuf};