
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