> cat /dev/github | grep security-tools
discovered 03 Aug 2026

lowdb

via awesome-list
→ View on GitHub
Lowdb is a lightweight, type-safe local JSON database designed for easy integration with JavaScript projects. Its primary use case is to provide a simple interface for managing and persisting data in JSON format, allowing users to perform atomic writes and direct manipulation of data using native JavaScript array functions. Notable features include support for TypeScript, extensibility through adapters for various storage formats, and automatic switch to in-memory mode during tests, enhancing its versatility for rapid development and testing.