Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386ce00 commit 2f50c9cCopy full SHA for 2f50c9c
cli/build_sqlite3.go
@@ -0,0 +1,7 @@
1
+// +build sqlite3
2
+
3
+package main
4
5
+import (
6
+ _ "github.com/mattes/migrate/database/sqlite3"
7
+)
0 commit comments