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
Release files for skosprovider-sqlalchemy 2.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| skosprovider_sqlalchemy-2.2.0.tar.gz | 118.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| skosprovider_sqlalchemy-2.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 133.9 kB
Release files / skosprovider_sqlalchemy-2.2.0.tar.gz
| Download URL | skosprovider_sqlalchemy-2.2.0.tar.gz |
|---|---|
| Size | 118.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
36f9c177a41ff36b92e020c5268a980a33a9823a69229054c8f54269352aa19f
|
|
BLAKE2b-256 checksum How to use checksums |
270346c8508a5957b34454b32afdbcf846f24d22a5c7e8a8fe2dc83dd9fd8040
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.11.3
|
Release files / skosprovider_sqlalchemy-2.2.0-py3-none-any.whl
| Download URL | skosprovider_sqlalchemy-2.2.0-py3-none-any.whl |
|---|---|
| Size | 15.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
35423473dc8adb1da80a8c4ef1ef4ef01c1c046f8da50f022786bac16d91a49d
|
|
BLAKE2b-256 checksum How to use checksums |
85fef86930718cc2c4f8dda123459d2932d1ea2303b9a388f2314c35a16a7b29
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.11.3
|