Skip to content

PostgreSQL and Migrations support

Choose a tag to compare

@jakubknejzlik jakubknejzlik released this 16 Oct 03:13
· 381 commits to master since this release

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.