https://github.com/valkyrjs/db
Storage solution for client side applications.
https://github.com/valkyrjs/db
database desktop mobile mongodb web
Last synced: 11 months ago
JSON representation
Storage solution for client side applications.
- Host: GitHub
- URL: https://github.com/valkyrjs/db
- Owner: valkyrjs
- License: mit
- Created: 2023-10-20T08:05:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T23:21:46.000Z (over 1 year ago)
- Last Synced: 2025-07-06T08:49:33.869Z (12 months ago)
- Topics: database, desktop, mobile, mongodb, web
- Language: TypeScript
- Homepage: https://valkyrjs.com/db-introduction
- Size: 247 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Valkyr Database
Attempts to provide a practical data storage solution that utilizes MongoDB syntax for client-side read and write operations. Designed to be framework-agnostic, it can be easily integrated with any framework or even used without one.
The database was developed to overcome limitations in storing substantial amounts of data on the client side, which is not feasible with traditional storage solutions like localStorage. Instead, Valkyr Database relies on configurable database adapters such as in memory and indexeddb for browsers and async storage for hybrid mobile solutions, offering a larger storage capacity.
Additionally, the solution is tailored to provide native observability and effective management functionality, removing the reliance on client side state management utilities.
Go to the [docs](https://valkyrjs.com/db-introduction) for more information.