mirror of https://github.com/status-im/migrate.git
FAQ: Add question regarding non-Go project usage
This commit is contained in:
parent
d0c2e446b7
commit
86e4e4965d
5
FAQ.md
5
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, 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.
|
Loading…
Reference in New Issue