Database connector.
Project description
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
Release history Release notifications | RSS feed
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.0.4.tar.gz
(4.9 kB
view details)
File details
Details for the file dbcc-0.0.4.tar.gz
.
File metadata
- Download URL: dbcc-0.0.4.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d55093c1445e9c7b3251dd0716c1c01f1a6ab7044343addffd6880f3b6f78080 |
|
MD5 | 52717da9cfd327ae5f0301deab676a0a |
|
BLAKE2b-256 | 5033a29c7a80e95c1fbca6a7d0f1642453c7f0a1d3ac709a6e16aab1c1b486b3 |