File: __init__.py

package info (click to toggle)
rdflib-sqlalchemy 0.5.4%2Bgit99f4689-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,544 kB
  • sloc: python: 2,418; sh: 20; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
from rdflib import plugin
from rdflib import store

plugin.register(
    "SQLAlchemy",
    store.Store,
    "rdflib_sqlalchemy.store",
    "SQLAlchemy",
)