Skip to main content

Query Made Simple

Project description

Query Made Simple

Dependencies

  • PyMysql

Features

  • Provides SQL Query Builer

Todo

  • Provide a better way to define qms.json (and an alternative)

  • Installation process

  • Any other kind of queries (update, delete, show…)

  • Tests

Usage

from qms import *
load_qms_config('qms.json')
query = Query.select('some, field', 'table_name').where("field", Query.LIKE, '%a value%').orWhere("some_other_field", Query.EQUAL, "another_value");
print(query.get())
results = query.execute("my_handler")
print(results)

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

QMS-0.5.1dev1.zip (8.0 kB view hashes)

Uploaded Source

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