diff --git a/FAQ.md b/FAQ.md index e89c803..82ae4bf 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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 newline at end of file +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. \ No newline at end of file