rdflib-sqlalchemy
rdflib-sqlalchemy copied to clipboard
RDFLib store using SQLAlchemy dbapi as back-end
Hi, thanks for this very useful rdflib plugin! I am running some tests and comparisons and am noticing that using sqlite results in very large db sizes. I have a...
I've been trying to use this module, it's very great, but the code is missing some good examples on how to use and some 101 documentation for beginners. It would...
Thanks for this library! I'd love to use `rdflib-sqlalchemy` with `rdflib.Dataset`, and have started tinkering with an subclass approach for my use case. Are there any pointers for implementing stores...
Hi @mwatts15 I am interested in taking this project to a v1 release. Would you be open to letting me help maintain the project?
## About This patch configures GHA a bit differently to invoke the software tests, more in a vanilla configuration style. ## Status  -- https://github.com/crate-workbench/rdflib-sqlalchemy/actions/runs/7681302055 ## Backlog - [ ]...
Dear Mark, thanks a stack for conceiving this excellent package. While working on GH-106, we discovered a minor flaw in the `SQLAlchemy.destroy` method. This patch fixes it. Along the lines,...
Dear Mark, this patch adds support for [CrateDB](https://github.com/crate/crate) as a database backend. It also provides an SQLAlchemy adapter, but it needed some patches to make it work and satisfy the...
External commands need to be listed in allowlist_externals. We can trivially drive pytest without executing an external command.