Restructured to accomodate being more than just a Nim implementation.

This commit is contained in:
Jonathan Bernard 2016-04-10 21:01:53 -05:00
parent 7242a13e51
commit 462da00dd3
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Nim DB Migrate
==============
DB Migrate
==========
Small tool to manage database migrations in Nim.
Small tool(s) to manage database migrations in various languages.

View File

@ -5,6 +5,7 @@ version = "0.2.1"
author = "Jonathan Bernard"
description = "Simple tool to handle database migrations."
license = "BSD"
srcDir = "src/main/nim"
# Dependencies