Skip to main content

RethinkDB context manager

Project description

RethinkDB контекстный менеджер

Контекстный менеджер реклизует некоторые основные методы API RethinkDB
RethinkDB-context-manager
Python ReQL command reference

Использование

pip install rethinkdbcm

from rethinkdbcm import WorkRethinkDB
db = WorkRethinkDB()
db.db_list()

python
Python 3.8.5 (default, Jan 27 2021, 15:41:15) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from rethinkdbcm import WorkRethinkDB
>>> db = WorkRethinkDB()
>>> db.db_list()
['geo-temp', 'rethinkdb', 'test']
>>> 

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rethinkdbcm-0.1.6.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

rethinkdbcm-0.1.6-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page