# dexlily

> Meccha simply IndexedDB library

Latest version **1.0.0** (published 2020-08-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install dexlily
pnpm add dexlily
yarn add dexlily
bun add dexlily
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-08-14 |
| First published | 2020-08-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Cano |
| Maintainers | cano |
| Keywords | IndexedDB |

## Links

- npm: https://www.npmjs.com/package/dexlily
- Repository: git@github.com:canoypa/dexlily
- npm.io page: https://npm.io/package/dexlily

## Recent versions

- 1.0.0 (latest) — 2020-08-14
- 0.0.0 — 2020-08-14

## README

# Dexlily

Meccha simply IndexedDB library.

# Usage

```ts
// Setup
const upgradeFn = ^^; // Upgrade Function
const dexlily = new Dexlily("MyDataBase", 1, upgradeFn);


// Store access
const store = dexlily.store("MyData")

store.set("name", "Cano"); // I'm Cano!
store.get("name"); // Oh, it's my name. Cano.
store.remove("name"); // Ah! I've lost my name.


dexlily.destroy(); // Destroy DB
```

---
_Source: https://npm.io/package/dexlily · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
