A sqlAlchemy implementation of skosprovider.
Project description
A SQLAlchemy implementation of the skosprovider interface.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file skosprovider_sqlalchemy-2.1.1.tar.gz
.
File metadata
- Download URL: skosprovider_sqlalchemy-2.1.1.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | daa5f66265ea50ef8b415575450836970665e530bed300c835241b51d1d3ff19 |
|
MD5 | 88142e1cf4d2afc0cfe07f3183ae43d1 |
|
BLAKE2b-256 | 1bad396b7b21f8a7722fed63d815fe464ecfa721cbd52159949e5aef3c15836d |
File details
Details for the file skosprovider_sqlalchemy-2.1.1-py3-none-any.whl
.
File metadata
- Download URL: skosprovider_sqlalchemy-2.1.1-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fda3e45d078fe5109b664ecbd97817bea5d020f8a70377b6da658ff99cc0a69 |
|
MD5 | ec7f936086502651fd028b87ffd91572 |
|
BLAKE2b-256 | ed85cb22487d98fd00bd8de48d03e7a91955f943ea9a5d403354470b53630d9f |