sqlite-migrate
Deprecated compatibility package for sqlite-utils migrations.
Migration support is now built into sqlite-utils 4. Install and use sqlite-utils directly for new projects:
pip install sqlite-utils
New code should import Migrations from sqlite_utils:
from sqlite_utils import Migrations
This package depends on sqlite-utils>=4 and re-exports that class so existing migration files can continue to use their old import:
from sqlite_migrate import Migrations
Run migrations using the sqlite-utils migrate command:
sqlite-utils migrate creatures.db path/to/migrations.py
See the sqlite-utils migrations documentation for the full Python API and CLI usage.
Release files for sqlite-migrate 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sqlite_migrate-0.2.tar.gz | 1.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sqlite_migrate-0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.5 kB
Release files / sqlite_migrate-0.2.tar.gz
| Download URL | sqlite_migrate-0.2.tar.gz |
|---|---|
| Size | 1.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6b78b5bb486b541a5c484c93a22079ad7fab8c142a26793830748586457b3c8
|
|
BLAKE2b-256 checksum How to use checksums |
2cbecb7cfb197a864c1676cb5e7721169de4923f26fb4c25351e492cbdde8c22
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|
Release files / sqlite_migrate-0.2-py3-none-any.whl
| Download URL | sqlite_migrate-0.2-py3-none-any.whl |
|---|---|
| Size | 2.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3f68a39c87357451b2e5571d2dc6d53bd52d63647053979f6e5b586b4ca81938
|
|
BLAKE2b-256 checksum How to use checksums |
eb4c43998786555c4c8193a06cb06d03f3f96277b6e3f454c394265026232675
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|