Tool for lint operations in DB migrations SQL
Project description
Migration Lint
migration-lint is the modular linter tool designed
to perform checks on database schema migrations
and prevent unsafe operations.
Features:
- Works with Django migrations, Alembic and raw sql files.
- Easily extensible for other frameworks.
- Can identify Backward Incompatible operations and check if they are allowed in the current context.
- Can identify "unsafe" operations, e.g. operations that acquire locks that can be dangerous for production database.
Installation
poetry add "migration-lint"
pip install "migration-lint"
Documentation
Read the docs on GitHub Pages
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
migration_lint-0.2.7.tar.gz
(7.2 MB
view details)
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 migration_lint-0.2.7.tar.gz.
File metadata
- Download URL: migration_lint-0.2.7.tar.gz
- Upload date:
- Size: 7.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.11 Darwin/24.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7298e8a19b2d88384024e2fce7a1e91ce0cfcca5c6d07ef778669a8f24240283
|
|
| MD5 |
ca707fc29b0b1f03f511ebb5839bec9b
|
|
| BLAKE2b-256 |
65869580e69bdcf260a77d3f6d199db61e2584c281ccfb88b55770e069618ac8
|
File details
Details for the file migration_lint-0.2.7-cp39-cp39-macosx_15_0_arm64.whl.
File metadata
- Download URL: migration_lint-0.2.7-cp39-cp39-macosx_15_0_arm64.whl
- Upload date:
- Size: 7.3 MB
- Tags: CPython 3.9, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.11 Darwin/24.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
164281217ceca2001542cd5d31338b00da100b2aa240d5bfba64cd5fda91df6b
|
|
| MD5 |
c2e321246e250b312ebc544aff509070
|
|
| BLAKE2b-256 |
f1202cf19faf769a3ea5c08cc82e5d31392286b44eba5c5e7dfbaa5ba6a4f8b4
|