How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
Native bindings to LevelDB for React Native, exposed as leveldown-compatible interface
Validate your AsyncStorage using PropTypes!
The main features of artxty/typed-async-storage are: Local Storage.
Open-source alternatives to artxty/typed-async-storage 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. andymatuschak/react-native-leveldown — Native bindings to LevelDB for React Native, exposed as leveldown-compatible interface.