sqlturk

Database schema migration tool
Download

sqlturk Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Max Ischenko
  • Publisher web site:
  • http://bitbucket.org/max/

sqlturk Tags


sqlturk Description

Database schema migration tool sqlturk is a database schema migration library in Python.API usageShort example:>>> from sqlturk.migrate import MigrationTool>>> tool = MigrationTool('sqlite:///:memory:', migration_dir='testmigrations')>>> tool.install() # create a database table to track schema changes>>> tool.find_migrations()>>> tool.run_migrations()>>> tool.find_migrations() # check that all migrations have been applied[] Requirements: · Python


sqlturk Related Software