Files
dolt/docs/roadmap.md
2021-07-30 16:55:35 -07:00

688 B

Dolt feature roadmap

Full details on supported SQL features are available on the docs site.

This is a selection of unimplemented features we're working on. It's not an ordered list. Don't see what you need on here? Let us know! Paying customers get their feature requests implemented first.

  • Primary key changes in ALTER TABLE
  • Tuples for IN (...) expressions
  • push and pull via SQL
  • JSON functions
  • More window functions
  • Cross-database joins with indexes
  • ROWS PRECEDING and ROWS FOLLOWING window definitions
  • More function coverage
  • Geometry types and functions