New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

MysqlSimpleQueryBuilder

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

MysqlSimpleQueryBuilder

Simple MySQL query builder and profiler

0.3.2
PyPI
Maintainers
1

.. image:: https://bitbucket-badges.atlassian.io/badge/saaj/mysql-simple-query-builder.svg?ref=default :target: https://bitbucket.org/saaj/mysql-simple-query-builder/addon/pipelines/home .. image:: https://codecov.io/bb/saaj/mysql-simple-query-builder/branch/default/graph/badge.svg :target: https://codecov.io/bb/saaj/mysql-simple-query-builder/branch/default .. image:: https://badge.fury.io/py/MysqlSimpleQueryBuilder.png :target: https://pypi.python.org/pypi/MysqlSimpleQueryBuilder

======================= 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/>_.

Keywords

python mysql

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts