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

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

Node.js persistent IndexeDB implementation 🗃️
https://github.com/metarhia/indexeddb-server

database db indexeddb javascript local-first metarhia typescript

Last synced: 6 months ago
JSON representation

Node.js persistent IndexeDB implementation 🗃️

Awesome Lists containing this project

README

          

# Persistent indexedDB for Node.js

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

## Installation

```bash
$ npm install indexeddb-server
```

## Examples

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

## License & Contributors

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