Transparant *QL usage without ORM
Project description
Snaql. Raw *QL queries in Python without pain
Totally inspired by Yesql from Clojure world. But implemented in another way.
What?
I totally agree with Yesql's author that SQL is already a mature DSL and great abstaction layer for DB queries building. And we don't need another layer above SQL to work with RDBMS like ORMs or complicated DSLs. Feel free to use all of the SQL's power in your projects without mixing Python code and SQL strings. Solution is very simple and flexible enough to try it in your next project. Also, Snaql doesn't depend on DB clients, can be used in asynchronous handlers (Tornado, for example). It's just a way to organize your queries and a bit of logic to change them by context. Look at examples.
Actually, Snaql doesn't care about stuff you want to build. SQL, SPARQL, SphinxQL, CQL etc., you can build any query for any DB or search engine. Freedom.
Installation
As usual, with pip:
$ pip install snaql
Documentation
You always can find the most recent docs with examples on Snaql GitBook
Simple, without DB clients dependencies (use what you need). Try!
Tested in Python 2.7, 3.3, 3.4, 3.5
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for snaql-0.4.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3c5cb1caff5a51d1392d0370543e571a2bfe32d7c2278dc1b99d8c0ac6ec4d8 |
|
MD5 | 21a2e202a03522e9f46db980f0e2c81d |
|
BLAKE2b-256 | 30601c290804fa2d7fef82873533168776ed1532737b41ccf3f9e8402bb0cf0c |