Compatibility package for sqlite-utils migrations
Project description
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.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sqlite_migrate-0.2.tar.gz.
File metadata
- Download URL: sqlite_migrate-0.2.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6b78b5bb486b541a5c484c93a22079ad7fab8c142a26793830748586457b3c8
|
|
| MD5 |
269b8ad2905a0be95876e237c2549586
|
|
| BLAKE2b-256 |
2cbecb7cfb197a864c1676cb5e7721169de4923f26fb4c25351e492cbdde8c22
|
File details
Details for the file sqlite_migrate-0.2-py3-none-any.whl.
File metadata
- Download URL: sqlite_migrate-0.2-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f68a39c87357451b2e5571d2dc6d53bd52d63647053979f6e5b586b4ca81938
|
|
| MD5 |
8bd40ed20984398fe104457f0b8ab511
|
|
| BLAKE2b-256 |
eb4c43998786555c4c8193a06cb06d03f3f96277b6e3f454c394265026232675
|