Overview of OP-SQLite supported features
mainOP-SQLite is a high-performance SQLite wrapper supporting multiple platforms and advanced SQLite extensions. Key capabilities include:
- Platform Support: iOS, Android, macOS, and Web.
- SQLite Engines: Vanilla SQLite, Turso, Libsql, and SQLCipher (as compilation targets).
- Plugins: FTS5, Rtree, cr-sqlite, and sqlite-vec.
- Advanced Features:
- Reactive queries
- Custom tokenizers
- Loading runtime extensions
- JSONB support
- Native query interruption via
db.interrupt()
- Built-in Key-Value Store: Includes a simple Key-Value storage implementation to avoid extra dependencies.