Skip to main content

A sqlAlchemy implementation of skosprovider.

Project description

A SQLAlchemy implementation of the skosprovider interface.

https://img.shields.io/pypi/v/skosprovider_sqlalchemy.svg https://readthedocs.org/projects/skosprovider_sqlalchemy/badge/?version=latest https://app.travis-ci.com/OnroerendErfgoed/skosprovider_sqlalchemy.svg?branch=develop https://img.shields.io/coveralls/OnroerendErfgoed/skosprovider_sqlalchemy.svg https://zenodo.org/badge/DOI/10.5281/zenodo.5795912.svg

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skosprovider_sqlalchemy-2.1.1.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

skosprovider_sqlalchemy-2.1.1-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file skosprovider_sqlalchemy-2.1.1.tar.gz.

File metadata

File hashes

Hashes for skosprovider_sqlalchemy-2.1.1.tar.gz
Algorithm Hash digest
SHA256 daa5f66265ea50ef8b415575450836970665e530bed300c835241b51d1d3ff19
MD5 88142e1cf4d2afc0cfe07f3183ae43d1
BLAKE2b-256 1bad396b7b21f8a7722fed63d815fe464ecfa721cbd52159949e5aef3c15836d

See more details on using hashes here.

File details

Details for the file skosprovider_sqlalchemy-2.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for skosprovider_sqlalchemy-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1fda3e45d078fe5109b664ecbd97817bea5d020f8a70377b6da658ff99cc0a69
MD5 ec7f936086502651fd028b87ffd91572
BLAKE2b-256 ed85cb22487d98fd00bd8de48d03e7a91955f943ea9a5d403354470b53630d9f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page