All Projects → FSX → Momoko

FSX / Momoko

Licence: other
Wraps (asynchronous) Psycopg2 for Tornado.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Momoko

Tornado Sqlalchemy
SQLAlchemy support for Tornado
Stars: ✭ 112 (-70.05%)
Mutual labels:  asynchronous, tornado
Tornado Celery
Non-blocking Celery client for Tornado
Stars: ✭ 561 (+50%)
Mutual labels:  asynchronous, tornado
Lithium
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
Stars: ✭ 523 (+39.84%)
Mutual labels:  asynchronous, postgresql
Webssh
🌱 Web based ssh client
Stars: ✭ 2,520 (+573.8%)
Mutual labels:  asynchronous, tornado
Moebooru
Moebooru, a fork of danbooru1 that has been heavily modified
Stars: ✭ 347 (-7.22%)
Mutual labels:  postgresql
Rxswift
RxSwift를 스터디하는 공간
Stars: ✭ 335 (-10.43%)
Mutual labels:  asynchronous
Epgsql
Erlang PostgreSQL client library.
Stars: ✭ 336 (-10.16%)
Mutual labels:  postgresql
Docker Django Nginx Uwsgi Postgres Tutorial
Docker + Django + Nginx + uWSGI + Postgres 基本教學 - 從無到有 ( Docker + Django + Nginx + uWSGI + Postgres Tutorial )
Stars: ✭ 334 (-10.7%)
Mutual labels:  postgresql
Pgagroal
High-performance connection pool for PostgreSQL
Stars: ✭ 362 (-3.21%)
Mutual labels:  postgresql
Predis Async
Asynchronous PHP client library for Redis built on top of ReactPHP
Stars: ✭ 354 (-5.35%)
Mutual labels:  asynchronous
Dbngin
DB Engine
Stars: ✭ 344 (-8.02%)
Mutual labels:  postgresql
Autoops
linux资产管理,cmdb,django, webssh,运维管理平台,数据库操作平台 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 340 (-9.09%)
Mutual labels:  tornado
Pg Listen
📡 PostgreSQL LISTEN & NOTIFY for node.js that finally works.
Stars: ✭ 348 (-6.95%)
Mutual labels:  postgresql
Msngr.js
An asynchronous messaging library, written in JavaScript, for node and the web browser
Stars: ✭ 337 (-9.89%)
Mutual labels:  asynchronous
Reckless
Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.
Stars: ✭ 358 (-4.28%)
Mutual labels:  asynchronous
Sqlsugar
Best ORM Fastest ORM Simple Easy Sqlite orm Oracle ORM Mysql Orm postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM
Stars: ✭ 3,748 (+902.14%)
Mutual labels:  postgresql
Openeducat erp
Comprehensive Open Source ERP for Educational Institutes
Stars: ✭ 344 (-8.02%)
Mutual labels:  postgresql
Postgres
PostgreSQL driver for Deno
Stars: ✭ 352 (-5.88%)
Mutual labels:  postgresql
Sqlsmith
A random SQL query generator
Stars: ✭ 343 (-8.29%)
Mutual labels:  postgresql
Rxgo
Reactive Extensions for the Go language.
Stars: ✭ 3,907 (+944.65%)
Mutual labels:  asynchronous

Momoko

.. image:: https://img.shields.io/pypi/v/momoko.svg :target: https://pypi.python.org/pypi/momoko

.. image:: https://img.shields.io/travis/FSX/momoko.svg :target: https://travis-ci.org/FSX/momoko

.. image:: https://img.shields.io/pypi/dm/momoko.svg :target: https://pypi.python.org/pypi/momoko

Momoko wraps Psycopg2_'s functionality for use in Tornado_. Have a look at tutorial_ or full documentation_.

Important: This is the 2.x version of Momoko. It requires 4.0 <= Tornado < 6.0, uses futures instead of calllbacks and introduces a slightly different API compared to 1.x version. While transition is very straightforward, the API is not backward compatible with 1.x!

.. _Psycopg2: http://initd.org/psycopg/ .. _Tornado: http://www.tornadoweb.org/ .. _tutorial: http://momoko.readthedocs.org/en/master/tutorial.html .. _documentation: http://momoko.readthedocs.org/en/master

Maintainer wanted

Unfortunately none of the developers of this project actively use it anymore in their work. Test-covered pull requests will be happily accepted, but no active development is planned so far. If you have serious intentions to maintain this project, please get in touch.

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::

make -C tcproxy
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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].