any-sqlite

JSON →
library 1.0.4 ·javascript
verified Jun 7, 2026

A unified SQLite interface for Node.js and React Native, allowing the same codebase to run SQLite queries on both platforms. Current stable version is 1.0.4, with ongoing development (monthly releases). It provides simple execute, batch, and query methods, with built-in TypeScript types. Unlike other adapters (like react-native-sqlite-storage), it abstracts away platform-specific implementations and provides a consistent Promise-based API. Note: browser support is not yet implemented.