@valkyr/db
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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 for more information.

Package Sidebar

Install

npm i @valkyr/db

Weekly Downloads

96

Version

1.0.1

License

MIT

Unpacked Size

131 kB

Total Files

114

Last publish

Collaborators

  • mattgi
  • kodemon