meteor / postgres-packages

Early preview of PostgreSQL support for Meteor (deprecated, here for historical reasons)
http://meteor-postgres.readthedocs.org/
158 stars 25 forks source link

Figure out a way to share DB migrations between packages and apps #5

Open stubailo opened 8 years ago

stubailo commented 8 years ago

Sometimes packages, like accounts-base, need tables to exist in the database. In this case there needs to be some API for the package to export a migration to create that table.