https://github.com/squaresapp/fila-keyva
Keyva (IndexedDB layer) backend for Fila
https://github.com/squaresapp/fila-keyva
Last synced: about 1 month ago
JSON representation
Keyva (IndexedDB layer) backend for Fila
- Host: GitHub
- URL: https://github.com/squaresapp/fila-keyva
- Owner: squaresapp
- License: mit
- Created: 2023-12-01T00:47:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T01:18:14.000Z (over 2 years ago)
- Last Synced: 2025-02-18T23:48:23.035Z (over 1 year ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fila Backend For Keyva
This library creates a virtual file system in the browser, which is backed by the IndexedDB, via the [Keyva](https://github.com/paul-go/Keyva) abstraction layer.
Installation:
```
npm install fila-core fila-keyva
```