Expand description
A PostgreSQL storage adapter for RDF.rs, a Rust framework for RDF knowledge graphs.
§Examples
use rdf_store_postgres::{PostgresStore, PostgresTransaction};Structs§
- Postgres
Store - A quad store backed by a PostgreSQL database.
- Postgres
Transaction - A transaction for reading and writing statements in PostgreSQL.
- Store
Options
Constants§
- DEFAULT_
URL - The default localhost connection URL for PostgreSQL.
- SCHEMA_
VERSION
Traits§
Type Aliases§
- Postgres
Error - An error when interacting with a PostgreSQL store.