rdf-store-postgres 0.3.4

A PostgreSQL storage adapter for RDF.rs knowledge graphs.
Documentation
1
2
3
4
5
6
7
8
// This is free and unencumbered software released into the public domain.

use derive_more::Debug;

#[cfg_attr(doc, aquamarine::aquamarine)]
/// A transaction for reading and writing statements in PostgreSQL.
#[derive(Debug)]
pub struct PostgresTransaction {}