Roadmap

Coming Soon

Exciting new features and improvements in active development.

v2 Features in Development

We're actively working on the following features to make svelte-idb even more powerful and developer-friendly. Check back soon for updates!

This roadmap is subject to change based on community feedback and priorities.

Query Builder

A fluent, TypeScript-safe query builder API for more expressive database queries.

query-builder.ts

Transaction Support

Multi-store transactions with automatic rollback on errors for maintaining data consistency.

transactions.ts

Advanced Indexing

Multi-key indexes, compound keys, and index optimization tools to improve query performance on large datasets.

NameTypeDescription
Multi-key indexes FeatureIndex multiple properties simultaneously for complex queries
Compound keys FeatureCombine multiple fields into a single sortable key
Index hints FeatureManually optimize query execution paths

Time-Travel Debugging

Step through database state changes with automatic snapshots and a visual timeline of mutations.

Perfect for development and testing workflows to understand how your data evolved.

Full-Text Search

Native full-text search capabilities with ranking and highlighting for text-heavy applications.

search.ts

Export/Import

Easy data export to JSON or CSV formats, and import from external sources with validation.

export-import.ts

Analytics Dashboard

Built-in tools to visualize database performance metrics, storage usage, and query statistics.

Enable insights into your application's data access patterns and optimization opportunities.