⚡
LightningUserVault
  • Introduction
  • GETTING STARTED
    • Quickstart Guide
      • Docker Deployment
      • Local Deployment
    • Server Commands
  • Architecture
    • Overview
    • API Server
    • Data Storage:
      • Key-Value Databases
        • Pebbel DB
      • SQL Databases
        • PostgreSQL
    • Caching Mechanism:
      • MEMCACHE
  • Additional Features
    • Swagger
    • Postman Collection
    • Prometheus
    • Grafana
  • Releases
  • Contribution
Powered by GitBook
On this page
  1. Architecture
  2. Data Storage:
  3. Key-Value Databases

Pebbel DB

PreviousKey-Value DatabasesNextSQL Databases

Last updated 1 year ago

PebbleDB is a lightweight, efficient key-value store designed for simplicity and performance. It provides a seamless way to manage data without the overhead of complex configurations or setups.

🔄 Integration with LightningUserVault:

To use PebbleDB in LightningUserVault, simply set the STORAGE_TYPE to PEBBLE. This ensures that your data is stored and managed using PebbleDB's efficient mechanisms.

📚 Learn More:

Dive deeper into PebbleDB's architecture and features by exploring its .

GitHub repository