Skip to main content

Database connector.

Project description

https://img.shields.io/badge/test-pass-00d200.svg https://img.shields.io/badge/build-pass-00d200.svg https://img.shields.io/badge/license-BSD-blue.svg?style=flat-square https://img.shields.io/badge/code%20style-black-000000.svg

Database connector for different DBs with same interface.

Dbcc is Simple

from dbcc import MongoTableEngine

db = MongoTableEngine(URL, DB_NAME)
collection = db["collection"]
result = await collection.create({"any":"entry"})
print(result["id"])

Features

In process

To Do

In process

License

dbcc is a Stepan Starovoitov open source project, distributed under the BSD license.

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

dbcc-0.1.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

dbcc-0.1.1-py2.py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 2 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