Restructured to accomodate being more than just a Nim implementation.
This commit is contained in:
parent
7242a13e51
commit
462da00dd3
@ -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.
|
||||||
|
@ -5,6 +5,7 @@ version = "0.2.1"
|
|||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "Simple tool to handle database migrations."
|
description = "Simple tool to handle database migrations."
|
||||||
license = "BSD"
|
license = "BSD"
|
||||||
|
srcDir = "src/main/nim"
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user