Passer au contenu

@capgo/capacitor-fast-sql

Ultra-fast native SQLite with custom protocol for sync systems and large datasets, delivering up to 25x faster performance.

Custom HTTP Protocol

Bypasses Capacitor’s bridge for faster large-result and batch workloads.

Transaction support

Supports transaction(), explicit begin/commit/rollback, and isolation levels.

Batch + BLOB support

Execute multiple statements in one request and store binary data.

Key-value convenience

Use KeyValueStore for simple mobile-first key/value persistence.

Connection management

Track open databases, disconnect explicitly, or close all in one call.

Getting Started

Check the getting started guide to install and configure the plugin.