Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 375 Bytes

File metadata and controls

10 lines (5 loc) · 375 Bytes

Ecosystem

Lightweight SQL schema migration tool, based on Snaql query builder.

The main idea is to provide ability of describing migrations in raw SQL – every migration is a couple of files: 001-some-migration.apply.sql and 001-some-migration.revert.sql

Suitable for both Python 2.7 and 3.3+