{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/3"}],"enrichment":{"capability":"A compatibility shim that re-exports the Migrations class from sqlite-utils so existing code can continue importing from sqlite_migrate instead of directly from sqlite-utils.","skillfed_tags":["deprecated","compatibility-shim"],"use_cases":["Updating a legacy codebase to a newer version of sqlite-utils without immediately rewriting all import statements.","Running existing migration files that use the old sqlite_migrate import path while planning a gradual migration to direct sqlite-utils imports.","Maintaining backward compatibility in a library or framework that exposes migrations to users via the old import path."],"what_it_does":"sqlite-migrate is a deprecated compatibility package that bridges old import statements to the current sqlite-utils library. It re-exports the Migrations class from sqlite-utils so that existing codebases that import from sqlite_migrate can continue to work without modification. The package itself does no migration work; it simply acts as a pass-through to sqlite-utils.\n\nThis package is intended only for maintaining existing projects that have not yet updated their import statements. New projects should install and import directly from sqlite-utils instead. The repository is archived and no longer maintained, so this package receives no updates or bug fixes.","worth_installing":"No, unless you have an existing project with old import statements that you cannot immediately update. For any new work, install sqlite-utils directly. The package is abandoned and provides no value beyond a temporary compatibility bridge; it will not receive maintenance or security updates."},"id":"sqlite-migrate","links":{"html":"https://skillfed.io/packages/sqlite-migrate","md":"https://skillfed.io/packages/sqlite-migrate.md","pypi":"https://pypi.org/project/sqlite-migrate/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2026-07-07","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"sqlite-migrate","python_support":"supports_current","summary":"Compatibility package for sqlite-utils migrations"},"popularity":{"monthly_downloads":536676,"position":6124,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2"}
