harm32-js
v1.0.0
Published
Lightweight, smart database for small and medium projects
Downloads
6
Maintainers
Readme
HarmDB - Lightweight Smart Database for Small and Medium Projects
HarmDB is a lightweight, easy-to-use database library built with TypeScript, specifically designed for small and medium projects. It supports JSON data storage in .harm files with validation and security features.
✨ Features
- 🚀 Lightweight: No heavy dependencies
- 🛡️ Secure: Path and extension validation
- 📁 Separate Files: Each database in a separate
.harmfile - 🔧 Easy to Use: Simple and intuitive API
- 📊 JSON Storage: Human-readable data format
- ⚡ Fast: Optimized for performance
- 🔍 Query Support: Advanced find and filter operations
- 💪 TypeScript: Full type support
- 🌐 ES Modules: Modern JavaScript support
📦 Installation
npm i harm-js
