jakewright / sqlite-migrate

A Python script to perform SQLite schema migrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLite Schema Migration

A python script to migrate a SQLite database schema

Usage

docker-compose.yml file:

migrate:
  image: jakewright/sqlite-migrate
  volumes:
    ./migrations:/migrations
  environment:
    DATABASE: ./database.db

About

A Python script to perform SQLite schema migrations

License:MIT License


Languages

Language:Python 99.2%Language:Makefile 0.8%