Skip to main content

Database for sleepy people.

Project description

GNSMQL: A Database for Sleepy People

Welcome to GNSMQL, the most straightforward database management system designed for developers who want to focus on their dreams as much as their data. GNSMQL simplifies the complexities of data storage into a restful slumber of coding ease. Whether you're half-awake coding at 2 AM or just prefer a minimalist approach to database management, GNSMQL is here to help.

Features

  • Easy Setup: Get your database running with just a few lines of code. Perfect for late-night coding sessions.
  • Minimalist Design: Only the features you need, nothing you don't. No complicated configurations or setups.
  • JSON-Based Storage: Readable and straightforward data storage using JSON files.
  • Custom Path Support: Store your databases exactly where you want them, whether it's a local folder or a mounted drive in the clouds.
  • Pythonic Interface: A clean, Pythonic API makes working with databases as comforting as counting sheep.

Getting Started

Prerequisites

  • Python 3.6 or higher

Installation

pip install GNSMQL

Quick Start

Create a Database Instance

from GNSMQLParser import GNSMQLParser

# Initialize with default path
gnsmql = GNSMQLParser()

# Or specify a custom path for your database
# gnsmql = GNSMQLParser('/path/to/your/custom/db')

Create a Database

gnsmql.execute("CREATE DATABASE dreamy;")

Create a Table

gnsmql.execute("CREATE TABLE dreamy.nightmares;")

Insert Data into Table

gnsmql.execute("INSERT INTO dreamy.nightmares VALUES ({'id': 1, 'nightmare': 'forgot to wear pants to work'});")

Query Data

gnsmql.execute("SELECT * FROM dreamy.nightmares;")

Project details


Download files

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

Source Distribution

gnsmql-0.1.2.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

gnsmql-0.1.2-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file gnsmql-0.1.2.tar.gz.

File metadata

  • Download URL: gnsmql-0.1.2.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.0

File hashes

Hashes for gnsmql-0.1.2.tar.gz
Algorithm Hash digest
SHA256 6e427bb24307fc3848ee9c087c65e1d2859d2f344d06b467d9c67c4249c670ee
MD5 d6b1224f0eff05d7e45b72902f00fdea
BLAKE2b-256 fcc736c12fd3e75caaa4e1d93e9a9e836116b4f50223a76932d2fbc3025a0a34

See more details on using hashes here.

File details

Details for the file gnsmql-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: gnsmql-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.0

File hashes

Hashes for gnsmql-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 856cd035a0d4385e5c0361695fe7ad7a7fb818091432291e582eddf2662ac443
MD5 51ac3b314dbdcf1fe824a95f5a6df9cf
BLAKE2b-256 da5d2a745e6552b00c935d5991881c5676984b766a9ce3637ec7825a443be1f3

See more details on using hashes here.

Supported by

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