Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
/ dexlily Public archive

[WIP] Meccha simply IndexedDB wrapper.

License

Notifications You must be signed in to change notification settings

canoypa/dexlily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dexlily

Meccha simply IndexedDB library.

Usage

// 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

About

[WIP] Meccha simply IndexedDB wrapper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published