python3-rdflib-sqlalchemy

RDFLib store using SQLAlchemy dbapi as back-end
  https://github.com/RDFLib/rdflib-sqlalchemy
  0
  no reviews



RDFLib-SQLAlchemy is a formula-aware store for RDFLib that uses SQLAlchemy to persist triples in relational databases.

Tested backends include:

* SQLite, using the built-in Python driver * MySQL, using mysql-connector * PostgreSQL, using psycopg2 or pg8000