Isar is a type-safe, ACID-compliant local NoSQL document store designed for high-performance data storage and retrieval. It functions as an embedded database engine that persists large datasets on-device while ensuring transactional integrity through automatic rollbacks of failed write operations. The project distinguishes itself by validating database queries at compile time using static typing to prevent runtime errors. It incorporates a full-text search engine with specialized indexing for efficient keyword and phrase matching and utilizes parallel execution across multiple isolates to pre
Hacky way to run pouchdb in react-native
React native Library for creating Local DB models
Validate your AsyncStorage using PropTypes!
Native bindings to LevelDB for React Native, exposed as leveldown-compatible interface
The main features of andymatuschak/react-native-leveldown are: Local Storage.
Open-source alternatives to andymatuschak/react-native-leveldown include: isar/isar — Isar is a type-safe, ACID-compliant local NoSQL document store designed for high-performance data storage and… carbureted/react-native-pouchdb — Hacky way to run pouchdb in react-native. darkrishabh/react-native-db-models — React native Library for creating Local DB models. fraserxu/react-native-couchbase-lite — Couchbase Lite binding for React Native Android & iOS. gabrn/react-native-persistent-job — Run async tasks that retry after a crash, connection loss or exception. artxty/typed-async-storage — Validate your AsyncStorage using PropTypes!