Skip to content

Commit

Permalink
chore: update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Aug 16, 2019
1 parent b8f1f3c commit 64f8a1b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ discuss specifics.

- Association scopes
- Value transformers (e.g. mapping of `Date` object to formatted string)
- Support for connection pooling in MySQL and PostgresQL
- Computing schema difference based on current database state
- Schema sync (allow automatic synchronization during development)
- Allow generating entities from existing database schema
- Migrations via `umzug`
- Improved support for data types like date, time, enum, timestamp
- Support for RegExp search in SQL drivers
- Collection expressions - support querying parts of collection
- Collection pagination
- Eager loading of associations (allow having some relationship always fetched)
- Composite primary keys
- Map collections
- Single table inheritance #33
- Embedded entities (allow in-lining child entity into parent one with prefixed keys)
- Slow query log
- Optional query params logging

0 comments on commit 64f8a1b

Please sign in to comment.