HiveNetNoSql


NameHiveNetNoSql JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/snakeclub/HiveNetAssemble/HiveNetNoSql
SummaryA general NoSQL data access driver framework.
upload_time2023-04-05 07:40:03
maintainer黎慧剑
docs_urlNone
author黎慧剑
requires_python
licenseMozilla Public License 2.0
keywords hivenetassemble hivenetnosql nosql driver development python lib
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            HiveNetNoSql is a general NoSQL data access driver framework. Referring to the syntax of MongoDB, it abstracts the data access operations of NoSQL to facilitate the data access of various databases (including relational databases and NoSQL databases) using the same set of NoSQL operations. In this package, the driver adaptation of MongoDB, Sqlite, MySQL and Postgresql is implemented, and the adaptation of other databases can be implemented according to their own needs.

HiveNetNoSql是一个通用的NoSql数据访问驱动框架, 参考MongoDB的语法对NoSql的数据访问操作进行了抽象, 便于对各类数据库(包括关系型数据库和NoSql数据库)采用同一套NoSql操作进行数据访问, 在该包中实现了MongoDB、Sqlite、MySQL、Postgresql的驱动适配, 可以根据自己的需要实现其他数据库的适配实现。

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/snakeclub/HiveNetAssemble/HiveNetNoSql",
    "name": "HiveNetNoSql",
    "maintainer": "\u9ece\u6167\u5251",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "snakeclub@163.com",
    "keywords": "HiveNetAssemble HiveNetNoSql NoSQL driver development python lib",
    "author": "\u9ece\u6167\u5251",
    "author_email": "snakeclub@163.com",
    "download_url": "https://files.pythonhosted.org/packages/a0/12/5eeb8a7760b941069834c22694a748b87ad33dec9e3079224acfd36bc35c/HiveNetNoSql-0.1.0.tar.gz",
    "platform": "all",
    "description": "HiveNetNoSql is a general NoSQL data access driver framework. Referring to the syntax of MongoDB, it abstracts the data access operations of NoSQL to facilitate the data access of various databases (including relational databases and NoSQL databases) using the same set of NoSQL operations. In this package, the driver adaptation of MongoDB, Sqlite, MySQL and Postgresql is implemented, and the adaptation of other databases can be implemented according to their own needs.\n\nHiveNetNoSql\u662f\u4e00\u4e2a\u901a\u7528\u7684NoSql\u6570\u636e\u8bbf\u95ee\u9a71\u52a8\u6846\u67b6, \u53c2\u8003MongoDB\u7684\u8bed\u6cd5\u5bf9NoSql\u7684\u6570\u636e\u8bbf\u95ee\u64cd\u4f5c\u8fdb\u884c\u4e86\u62bd\u8c61, \u4fbf\u4e8e\u5bf9\u5404\u7c7b\u6570\u636e\u5e93(\u5305\u62ec\u5173\u7cfb\u578b\u6570\u636e\u5e93\u548cNoSql\u6570\u636e\u5e93)\u91c7\u7528\u540c\u4e00\u5957NoSql\u64cd\u4f5c\u8fdb\u884c\u6570\u636e\u8bbf\u95ee, \u5728\u8be5\u5305\u4e2d\u5b9e\u73b0\u4e86MongoDB\u3001Sqlite\u3001MySQL\u3001Postgresql\u7684\u9a71\u52a8\u9002\u914d, \u53ef\u4ee5\u6839\u636e\u81ea\u5df1\u7684\u9700\u8981\u5b9e\u73b0\u5176\u4ed6\u6570\u636e\u5e93\u7684\u9002\u914d\u5b9e\u73b0\u3002\n",
    "bugtrack_url": null,
    "license": "Mozilla Public License 2.0",
    "summary": "A general NoSQL data access driver framework.",
    "version": "0.1.0",
    "split_keywords": [
        "hivenetassemble",
        "hivenetnosql",
        "nosql",
        "driver",
        "development",
        "python",
        "lib"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0125eeb8a7760b941069834c22694a748b87ad33dec9e3079224acfd36bc35c",
                "md5": "f7ef1c7d8bdce6b6c4970f93fb62bb03",
                "sha256": "958558caaf8ae4d0009206f9e4313457a7cb2322bebefffc2d193f4c93518daa"
            },
            "downloads": -1,
            "filename": "HiveNetNoSql-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f7ef1c7d8bdce6b6c4970f93fb62bb03",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 87708,
            "upload_time": "2023-04-05T07:40:03",
            "upload_time_iso_8601": "2023-04-05T07:40:03.845560Z",
            "url": "https://files.pythonhosted.org/packages/a0/12/5eeb8a7760b941069834c22694a748b87ad33dec9e3079224acfd36bc35c/HiveNetNoSql-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-05 07:40:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "hivenetnosql"
}
        
Elapsed time: 0.05480s