knex-react-native-sqlite

JSON →
library 1.2.1 ·javascript
verified Jun 7, 2026

A SQLite3 dialect for Knex.js designed specifically for React Native via react-native-sqlite-storage. Version 1.2.1 provides a webpack-built, React Native-friendly version of Knex that avoids direct Node.js dependencies. It ships TypeScript types and requires react-native-sqlite-storage >=5.0.0 <7. Key differentiator: it generates a custom Knex bundle to work around React Native's lack of Node built-ins, unlike alternatives that require manual polyfilling. Active maintenance with monthly releases.