FAQ: Add question regarding non-Go project usage

This commit is contained in:
Marcin K 2019-08-09 18:50:24 +02:00
parent d0c2e446b7
commit 86e4e4965d
1 changed files with 4 additions and 1 deletions

5
FAQ.md
View File

@ -70,4 +70,7 @@ Database-specific locking features are used by *some* database drivers to preven
the `pg_advisory_lock` function.
#### Do I need to create a table for tracking migration version used?
No, it is done automatically.
No, it is done automatically.
#### Can I use migrate with a non-Go project?
Yes, you can use the migrate CLI in a non-Go project, but there are probably other libraries/frameworks available that offer better test and deploy integrations in that language/framework.