c9 / architect

A simple yet powerful plugin system for large-scale node applications
MIT License
981 stars 129 forks source link

Versioning, migration and installation #35

Open abdula opened 10 years ago

abdula commented 10 years ago

Hello. I really like architect. But I have a question. In real life plugin can have many versions and can have some installation and migration logic (e.g Db schema can change). How to implement this in application based on architect. Thanks for help.

safqwf commented 8 years ago

I don't think there is any relation to Architect. Find a relevant migration tool and run it as a NPM post install script. That should do the work.