PostgreSQL and Migrations support
PostgreSQL
Finally this module supports Postgres. Native pg.module is coming next for performance gain. HStore support for transformable too.
Migrations
You can now use migrations for updating your model. Every time you run syncSchema method, module checks for all persistent stores and migrates them by defined migrations. Also running before/after scripts is supported for more complex changes.
What's now
Now it's time for better documentation and more examples.
What's next
Performance and issues found during development/production usage.