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.
Transaction Support
Multi-store transactions with automatic rollback on errors for maintaining data consistency.
Advanced Indexing
Multi-key indexes, compound keys, and index optimization tools to improve query performance on large datasets.
| Name | Type | Description |
|---|---|---|
Multi-key indexes | Feature | Index multiple properties simultaneously for complex queries |
Compound keys | Feature | Combine multiple fields into a single sortable key |
Index hints | Feature | Manually 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.
Export/Import
Easy data export to JSON or CSV formats, and import from external sources with validation.
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.