Skip to content
Back to Changelog

Announcing Auto-increment support: Built-in numeric sequencing for your documents

We're excited to introduce a new Database feature: Auto-increment support.

This new feature automatically handles a $sequence column in your collection that increments with each new document insertion. This ensures your data remains ordered without additional manual overhead.

Auto-increment is perfect for use cases like:

  • Paginated data sets
  • Invoice numbers and activity logs
  • Ordered timelines

Ready to build?_