Metadata-Version: 2.1
Name: yJSQL
Version: 0.1.0
Summary: JSQL is a lightweight database system that stores data in a JSON file with SQL-like operations. It allows creating tables, inserting, querying, updating, and deleting data, and supports transactions with rollback and commit. JSQL enforces constraints such as unique keys and foreign keys, making it easy to manage structured data in JSON.
Author: Giorgio Loggia
Author-email: yungestdev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE
