Skip to content

TheNr1Guest/DatabaseVersioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Versioning Tool

A simple tool which allows for versioning of the database schema.

Folder structure

The scripts path should point to a folder containing folder names which will be used as names for the databases. In each folder is a version folder. And within each version folder are scripts belonging to that version:

DatabaseName
|
|-- 1.0.0
|   |
|   |-- 1.sql
|   |-- 2.sql
|-- 2.0.0
    |
    |-- 1.sql

Supported providers

  • MySQL

Example

PeopleWhoCanCode.DatabaseVersioning.Client.exe -c "Server=localhost;Uid=databaseversioner;Pwd=;" -s "C:\Git\DatabaseVersioning\Test" -p MySql

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages