Skip to content

OnroerendErfgoed/skosprovider_sqlalchemy

Folders and files

NameName
Last commit message
Last commit date
Sep 18, 2024
Apr 28, 2023
Apr 28, 2023
Mar 30, 2023
Aug 29, 2015
Jan 10, 2016
Apr 28, 2023
Apr 28, 2023
Jan 2, 2023
Oct 2, 2013
Jan 19, 2023
Sep 18, 2024
Sep 18, 2024
Sep 18, 2024

Repository files navigation

skosprovider_sqlalchemy

A SQLAlchemy implementation of the skosprovider interface.

https://readthedocs.org/projects/skosprovider_sqlalchemy/badge/?version=latest https://app.travis-ci.com/OnroerendErfgoed/skosprovider_sqlalchemy.svg?branch=develop

Migrating to skosprovider_sqlalchemy 2.0.0

A change in the models has been made which requires a database upgrade. The "concept" table's "concept_id" column has changed from being an int to a string.

Existing databases will therefor require a small change to update table scheme. Typically this will look like:

ALTER TABLE concept ALTER COLUMN concept_id TEXT NOT NULL;

Building the docs

More information about this library can be found in docs. The docs can be built using Sphinx.

Please make sure you have installed Sphinx in the same environment where skosprovider_sqlalchemy is present.

# activate your virtual env
$ pip install -r requirements-dev.txt
$ cd docs
$ make html

About

An implementation of the skosprovider interface against SQLAlchemy.

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages