db-migrate / node-db-migrate

Database migration framework for node
Other
2.32k stars 360 forks source link

Question: possible to use an abstract source of migrations that is not a file system directory #797

Open mike-hogan opened 1 year ago

mike-hogan commented 1 year ago

This is a question, not an issue, and I don't know where else to post this.

Is there some way to run db-migrate as a library in a self-migrating app that lists its migrations from a non file system source, i.e. an in-memory javascript array?

Thx!