Skip to content

Releases: jakubknejzlik/js-core-data

v1.8.0

06 Nov 08:49

Choose a tag to compare

Important changes:

  • support for node 8+ only
  • added seeding support
  • added schema loading from folder

1.7.0

20 Oct 22:10

Choose a tag to compare

This version contains update of primary key name:
_id -> id

v1.1.0

26 Nov 10:29

Choose a tag to compare

Note: many-to-many relations are not in lowercase

PostgreSQL and Migrations support

16 Oct 03:13

Choose a tag to compare

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.