Skip to main content

A Database Management System based on Python 3.0 and JSON which stores the data directly on your local computer.

Project description

Quillix is a Python package designed for local database management using JSON as the underlying storage format. With Quillix, users can seamlessly create, manage, and query databases through a simplified interface. The package provides a convenient way to perform basic database operations, execute SQL-like queries, and manage data with ease.

Usage

import quillix as qx qx.query("your query")

Note: 1. "Alter table" has only column based operations which include "drop", "rename", "add".
      2. In "update table" syntax, "column1 = column1 + value" is written as "column1 + value".
      3. Syntax does not include semi-colon(;) in the end.
      4. Enclose conditions after "where" keyword with brackets.
            Example, "select * from table_name where ((column1 > 5) or (column2 == hello world))"
      5. while using "group by" or "order by" clause, no need to mention the grouping or sorting columns in the column details between "select" and "from" keyword.
      6. "Join" does not work, however you can use object based syntax.
            Example, "select count(b.col4) from a testTable, b testTable2 where (a.col2 == b.col5) group by a.col1"

When you create a database, you will find a data.json file being created in your project directory. It will store all the data that you put in your database.

Complete documentation will be available in a few days.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quillix-1.0.0-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file quillix-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: quillix-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for quillix-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cde7c6b54b9480cdc09194562107f0902855201334dd8733a6947f7c030be1be
MD5 178092d2cd7185b7d1562f981c69226d
BLAKE2b-256 ef5061682eaccadd502b7f21644a43c9cf5c6a69aa6f45fa02bae2e3c977301b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page