Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 2.68 KB

index.rst

File metadata and controls

83 lines (65 loc) · 2.68 KB

Queries: PostgreSQL Simplified

Queries is a BSD licensed opinionated wrapper of the psycopg2 library for interacting with PostgreSQL.

Version License |PythonVersions|

The popular psycopg2 package is a full-featured python client. Unfortunately as a developer, you're often repeating the same steps to get started with your applications that use it. Queries aims to reduce the complexity of psycopg2 while adding additional features to make writing PostgreSQL client applications both fast and easy.

Key features include:

Installation

Queries can be installed via the Python Package Index and can be installed by running :command:`easy_install queries` or :command:`pip install queries`

When installing Queries, pip or easy_install will automatically install the proper dependencies for your platform.

Contents

.. toctree::
   :maxdepth: 1

   usage
   session
   results
   tornado_session
   pool
   examples/index.rst
   history

Issues

Please report any issues to the Github repo at https://github.com/gmr/queries/issues

Source

Queries source is available on Github at https://github.com/gmr/queries

|Status|

Inspiration

Queries is inspired by Kenneth Reitz's awesome work on requests.

Indices and tables