🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@valkyr/db

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valkyr/db

Simple client side storage solution written in TypeScript.

1.0.1
latest
Source
npm
Version published
Weekly downloads
2.1K
-29.57%
Maintainers
2
Weekly downloads
 
Created
Source

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.

Keywords

browser

FAQs

Package last updated on 20 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts