← Projects
React Native DB Models square thumbnail showing local database model operations
Project2015Live

React Native DB Models

An older React Native library that provided a model-style wrapper around local async database storage.

  • Updated May 5, 2026
  • React Native
  • JavaScript
Visit product ↗

About

An older React Native library that provided a model-style wrapper around local async database storage.

React Native DB Models is an older React Native library for creating simple local database models in mobile apps.

It was built on top of React Native Store and added a higher-level database wrapper for asynchronous local transactions. The API made it easier to define app-specific stores and perform common operations like add, get, update, remove, and erase through model-like interfaces.

What it did

  • Created named local DB models for React Native apps.
  • Wrapped common async storage operations behind a small API.
  • Supported get, get by id, get all, add, update, remove, and erase operations.
  • Added DB events for write operations so apps could react to local data changes.

Why it matters

This project represents an earlier phase of React Native development, when local persistence and data modeling required more custom glue code. It is useful as a portfolio artifact because it shows open source mobile infrastructure work and has meaningful historical usage.

Current status

This package should be treated as legacy and outdated. The repository has not been actively pushed since 2018, and modern React Native apps should use newer storage and database approaches.

Gallery

Details

Tags
Stack
JavaScript, React Native
License
MIT
Stars
172 on GitHub when checked
Status
Legacy / outdated
Year
2015
Last updated
Product URL
Open link ↗

© 2026 Rishabh Mehan · All rights reserved · Built with Next.js and a little stubbornness.