Releases: jakubknejzlik/js-core-data
Releases · jakubknejzlik/js-core-data
v1.8.0
1.7.0
This version contains update of primary key name:
_id -> id
v1.1.0
Note: many-to-many relations are not in lowercase
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.