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 🗃️
- Host: GitHub
- URL: https://github.com/metarhia/indexeddb-client
- Owner: metarhia
- License: mit
- Created: 2025-07-05T10:33:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-27T14:24:42.000Z (11 months ago)
- Last Synced: 2025-10-02T06:18:14.956Z (9 months ago)
- Topics: database, db, indexeddb, javascript, local-first, metarhia, typescript
- Language: JavaScript
- Homepage: https://metarhia.com
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Client for IndexedDB
[](https://github.com/metarhia/indexeddb-client/actions?query=workflow%3A%22Testing+CI%22+branch%3Amaster)
[](https://snyk.io/test/github/metarhia/indexeddb-client)
[](https://badge.fury.io/js/indexeddb-client)
[](https://www.npmjs.com/package/indexeddb-client)
[](https://www.npmjs.com/package/indexeddb-client)
[](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.