DBCC - Database Connector
=========================
.. image:: https://img.shields.io/badge/test-pass-00d200.svg
:target: nono
.. image:: https://img.shields.io/badge/build-pass-00d200.svg
:target: nono
.. image:: https://img.shields.io/badge/license-BSD-blue.svg?style=flat-square
:target: https://en.wikipedia.org/wiki/BSD_License
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
Database connector for different DBs with same interface.
Dbcc is Simple
--------------
.. code-block:: python
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.
.. _`Stepan Starovoitov`: https://starovoitov.startech.live
Raw data
{
"_id": null,
"home_page": "https://github.com/Profi-Devs/dbcc",
"name": "dbcc",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Stepan Starovoitov",
"author_email": "stepan.startech@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/4d/91/86aa7b6c30d0642ac12d5d694daaf602359c11a07baee8cf643f16893785/dbcc-0.1.1.tar.gz",
"platform": "any",
"description": "DBCC - Database Connector\n=========================\n.. image:: https://img.shields.io/badge/test-pass-00d200.svg\n :target: nono\n\n.. image:: https://img.shields.io/badge/build-pass-00d200.svg\n :target: nono\n\n.. image:: https://img.shields.io/badge/license-BSD-blue.svg?style=flat-square\n :target: https://en.wikipedia.org/wiki/BSD_License\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/ambv/black\n\nDatabase connector for different DBs with same interface.\n\nDbcc is Simple\n--------------\n.. code-block:: python\n\n from dbcc import MongoTableEngine\n\n db = MongoTableEngine(URL, DB_NAME)\n collection = db[\"collection\"]\n result = await collection.create({\"any\":\"entry\"})\n print(result[\"id\"])\n\nFeatures\n--------\nIn process\n\nTo Do\n-----\nIn process\n\nLicense\n-------\ndbcc is a `Stepan Starovoitov`_ open source project,\ndistributed under the BSD license.\n\n.. _`Stepan Starovoitov`: https://starovoitov.startech.live\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Database connector.",
"version": "0.1.1",
"project_urls": {
"Code": "https://github.com/Profi-Devs/dbcc",
"Homepage": "https://github.com/Profi-Devs/dbcc",
"Issue tracker": "https://github.com/Profi-Devs/dbcc/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3d333e7fc20e1fcf663e98a1b6aa3093924c3726b01385f62364e33c6d3504a4",
"md5": "e4312654347633f1c1e5fec4d3adee20",
"sha256": "170de9e6a699a8030b8bbd08955e67531e4b61dd71be8959a44a0bc50cc9c0eb"
},
"downloads": -1,
"filename": "dbcc-0.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "e4312654347633f1c1e5fec4d3adee20",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 6090,
"upload_time": "2024-01-22T22:36:55",
"upload_time_iso_8601": "2024-01-22T22:36:55.188041Z",
"url": "https://files.pythonhosted.org/packages/3d/33/3e7fc20e1fcf663e98a1b6aa3093924c3726b01385f62364e33c6d3504a4/dbcc-0.1.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4d9186aa7b6c30d0642ac12d5d694daaf602359c11a07baee8cf643f16893785",
"md5": "cc3bb9917cb6d744d6518633b8abc98e",
"sha256": "cb3e8e0b092575261cfa36f62cc247e31bf75e32c8065cf6353039e0c34c6df6"
},
"downloads": -1,
"filename": "dbcc-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "cc3bb9917cb6d744d6518633b8abc98e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5610,
"upload_time": "2024-01-22T22:36:57",
"upload_time_iso_8601": "2024-01-22T22:36:57.390816Z",
"url": "https://files.pythonhosted.org/packages/4d/91/86aa7b6c30d0642ac12d5d694daaf602359c11a07baee8cf643f16893785/dbcc-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-22 22:36:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Profi-Devs",
"github_project": "dbcc",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "dbcc"
}