Tag

Local Database

1 views collected around this technical thread.

FunTester
FunTester
Jan 4, 2022 · Databases

Practical Uses of LevelDB: Temporary Storage, Hidden Credential Management, Stateful Services, and Historical Data

This article introduces LevelDB, a Google‑open‑source key‑value store, and illustrates four practical use cases—temporary token storage, hidden credential management, stateful Java services, and lightweight historical data archiving, accompanied by Groovy/Java code examples for implementation.

Credential ManagementGroovyJava
0 likes · 6 min read
Practical Uses of LevelDB: Temporary Storage, Hidden Credential Management, Stateful Services, and Historical Data
政采云技术
政采云技术
Oct 13, 2019 · Databases

Understanding IndexedDB: Concepts, API Overview, and Quick Start Guide

This article introduces IndexedDB as a client‑side non‑relational database, explains its core concepts and API objects, and provides a step‑by‑step code example for creating, reading, updating, and deleting records, while also recommending helper libraries to simplify development.

CRUDJavaScriptLocal Database
0 likes · 9 min read
Understanding IndexedDB: Concepts, API Overview, and Quick Start Guide