beregond / momoko

Wraps (asynchronous) Psycopg2 for Tornado.

Home Page:http://momoko.61924.nl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Momoko

Momoko wraps Psycopg2's functionality for use in Tornado.

Installation

With pip:

pip install momoko

Or manually:

python setup.py install

Testing

Set the following environment variables with your own values before running the unit tests:

export MOMOKO_TEST_DB='your_db'
export MOMOKO_TEST_USER='your_user'
export MOMOKO_TEST_PASSWORD='your_password'
export MOMOKO_TEST_HOST='localhost'
export MOMOKO_TEST_PORT='5432'

And run the tests with:

python setup.py test

About

Wraps (asynchronous) Psycopg2 for Tornado.

http://momoko.61924.nl/

License:MIT License


Languages

Language:Python 90.4%Language:Shell 9.6%