An open API service indexing awesome lists of open source software.

https://github.com/metarhia/indexeddb-client

Client for IndexedDB 🗃️
https://github.com/metarhia/indexeddb-client

database db indexeddb javascript local-first metarhia typescript

Last synced: 6 months ago
JSON representation

Client for IndexedDB 🗃️

Awesome Lists containing this project

README

          

# Client for IndexedDB

[![ci](https://github.com/metarhia/indexeddb-client/workflows/Testing%20CI/badge.svg)](https://github.com/metarhia/indexeddb-client/actions?query=workflow%3A%22Testing+CI%22+branch%3Amaster)
[![snyk](https://snyk.io/test/github/metarhia/indexeddb-client/badge.svg)](https://snyk.io/test/github/metarhia/indexeddb-client)
[![npm version](https://badge.fury.io/js/indexeddb-client.svg)](https://badge.fury.io/js/indexeddb-client)
[![npm downloads/month](https://img.shields.io/npm/dm/indexeddb-client.svg)](https://www.npmjs.com/package/indexeddb-client)
[![npm downloads](https://img.shields.io/npm/dt/indexeddb-client.svg)](https://www.npmjs.com/package/indexeddb-client)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/metarhia/indexeddb-client/blob/master/LICENSE)

## Installation

```bash
$ npm install indexeddb-client
```

## Examples

```js
const db = require('indexeddb-client');
// Add examples here
```

## License & Contributors

Copyright (c) 2025 [Metarhia contributors](https://github.com/metarhia/indexeddb-client/graphs/contributors).
Metaschema is [MIT licensed](./LICENSE).\
Metaschema is a part of [Metarhia](https://github.com/metarhia) technology stack.