UNPKG

milodb

Version:

A simple mini database with optional encryption to store key-value pairs

29 lines (23 loc) 741 B
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.1] - 2024-03-19 ### Changed - Updated package metadata - Added ESLint configuration - Added comprehensive documentation - Added benchmark tools - Added proper project structure ## [1.0.0] - 2024-03-19 ### Added - Initial release - Basic key-value storage functionality - Optional encryption using AES-256-GCM - TTL (Time To Live) support - Batch operations - Advanced search with regex support - Database statistics - Comprehensive test suite - Benchmark tools - Documentation