You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jflatdb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jflatdb

A lightweight JSON-based flat file database system.

0.0.3
pipPyPI
Maintainers
1

JFlatDB Logo

JFlatDB

🗃️ Lightweight JSON-Based Database Engine with SQL-like Features, Built in Pure Python.

Latest Release Python Version License

📦 What is JFlatDB?

JFlatDB is a blazing-fast, file-based database engine that stores structured data in JSON format, while supporting SQL-like commands through a powerful CLI. Ideal for lightweight applications, offline tools, and embedded systems.

✨ Features

  • 📁 JSON-based persistent storage (no external DBMS)
  • 📝 SQL-like syntax for querying and manipulation
  • ⚙️ CLI support with .help, .show tables, .describe etc.
  • 🧠 Query features: WHERE, BETWEEN, LIKE, ORDER BY, etc.
  • 📊 Functions: MIN, MAX, AVG, COUNT, GROUP BY
  • 🔒 Constraints: PRIMARY KEY, NOT NULL, UNIQUE, DEFAULT, CHECK
  • 📤 Backup-ready and versioning-friendly
  • ⚡ Written in pure Python — no dependencies

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts