You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with graph_aware = True? It looks like add_graph and remove_graph need to be added, but I'm imagining it would also require a new table and reworking some query gymnastics to handle empty graphs.
Would this be something of interest as a PR, or is it beyond the scope of this repo?
The text was updated successfully, but these errors were encountered:
Thanks for this library!
I'd love to use
rdflib-sqlalchemy
withrdflib.Dataset
, and have started tinkering with an subclass approach for my use case.Are there any pointers for implementing stores with
graph_aware = True
? It looks likeadd_graph
andremove_graph
need to be added, but I'm imagining it would also require a new table and reworking some query gymnastics to handle empty graphs.Would this be something of interest as a PR, or is it beyond the scope of this repo?
The text was updated successfully, but these errors were encountered: