Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 710 Bytes

ROADMAP.md

File metadata and controls

18 lines (14 loc) · 710 Bytes

Roadmap

This section lists planned features for future releases. They are not in any specific order, and they are subject to change.

All features that are planned for upcoming release will be converted to GitHub issues. If you want to contribute on any of those, please open the issue yourself first to discuss specifics.

Planned features

  • Collection expressions - support querying parts of collection
  • Collection pagination
  • Map collections
  • Slow query log
  • Leverage async iterators for collections (node 10+)
  • Multi tenant support (schema per tenant)
  • Use bigint type natively in BigIntType (node 12+)