Discover JSQL

Explore the future of databases with JSON.

Features

JSON-based Storage

Utilize a familiar format for database management.

Easy to Integrate

Quickly integrate with existing projects and services.

Open Source and Extensible

Designed for community-driven enhancements and versatility.

Examples


CREATE TABLE test
INSERT INTO test VALUES {"name": "John", "age": 30}
SELECT * FROM test WHERE name = 'John'