I'm coming from a SQLAlchemy environment and was wondering if there is a way to defined indexes on the model so that when I call db.sync() they are created after the table definition?
BTW, one of my main reasons for looking at orm is the performance... I updated sequalize's performance repo to the latest here mspisars/sequelize-performance@7721530 and orm is by far the fastest!
So, keep up the awesome job! People seem to ignore performance nowadays by throwing more power at the problem...