Metadata-Version: 1.1
Name: MysqlSimpleQueryBuilder
Version: 0.3.1
Summary: Simple MySQL query builder and profiler
Home-page: http://code.google.com/p/mysql-simple-query-builder/
Author: saaj
Author-email: mail@saaj.me
License: LGPL-2.1+
Description: 
        =======================
        MysqlSimpleQueryBuilder
        =======================
        
        Following the rule *simple easy, complex possible*, the package provides API for simple queries,
        nested transactions and aid for complex query building and profiling. It's a small wrapper
        around a Python MySQL driver.
        
        The package is written on the following assumptions:
        
        #. SQL is feasible and representative DSL
        #. Simple SQL is simple but tedious to write by hand
        #. Complex SQL is possible and should be written by hand or constructed elaborately
        #. Unit/integration testing of domain logic against database is necessary
        #. Database abstraction in the age of SaaS is a waste
        
        `Package documentation <https://mysqlsimplequerybuilder.readthedocs.org/>`_.
        
Platform: Any
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
