Skip to main content

Crate rdf_store_postgres

Crate rdf_store_postgres 

Source
Expand description

A PostgreSQL storage adapter for RDF.rs, a Rust framework for RDF knowledge graphs.

§Examples

use rdf_store_postgres::{PostgresStore, PostgresTransaction};

Structs§

PostgresStore
A quad store backed by a PostgreSQL database.
PostgresTransaction
A transaction for reading and writing statements in PostgreSQL.
StoreOptions

Constants§

DEFAULT_URL
The default localhost connection URL for PostgreSQL.
SCHEMA_VERSION

Traits§

ReadTransaction
Store
WriteTransaction

Type Aliases§

PostgresError
An error when interacting with a PostgreSQL store.