geobricks_dbms:Geobricks数据库管理系统

时间:2024-06-06 09:41:36
【文件属性】:

文件名称:geobricks_dbms:Geobricks数据库管理系统

文件大小:93KB

文件格式:ZIP

更新时间:2024-06-06 09:41:36

Python

Geobricks DBMS 该项目为Geobricks模块提供了DBMS功能,从而为不同类型的DB(例如 , 等)启用了CRUD方法。 主要脚本是dbms_core.py ,它充当该类的通用网关,该类为每个数据源实现特定的方法。 安装 该插件是通过PyPi分发的,可以通过在控制台中键入以下命令来安装: pip install geobricksdbms 例子 主要类是dbms_core.py包含的DBMS 。 该类的初始化方法接受以下参数: 名称 描述 默认 例子 datasource 默认数据源的名称。 None my_datasource vendor 使用的DB连接器 None mongodb postgresql db_name 数据库名称 None my_db username 访问数据库的用户名 None my_username passw


【文件预览】:
geobricks_dbms-master
----MANIFEST.in(164B)
----LICENSE.txt(18KB)
----requirements.txt(53B)
----examples()
--------postgresql_example.py(311B)
--------mongodb_example.py(380B)
--------__init__.py(165B)
--------.gitignore(6B)
----test()
--------__init__.py(160B)
----setup.py(581B)
----README.md(6KB)
----CHANGES.txt(270B)
----resources()
--------datasources.sql(526B)
--------datasources.json(278B)
----docs()
--------epydoc.css(16KB)
--------geobricks_dbms.core.dbms_postgresql.DBMSPostgreSQL-class.html(14KB)
--------geobricks_dbms.rest-module.html(8KB)
--------geobricks_dbms.config-pysrc.html(7KB)
--------geobricks_dbms.core.dbms_postgresql-pysrc.html(34KB)
--------geobricks_dbms.core.dbms_mongodb.DBMSMongoDB-class.html(11KB)
--------index.html(594B)
--------geobricks_dbms.rest.dbms_rest-module.html(5KB)
--------toc-geobricks_dbms.config.dbms_config-module.html(1KB)
--------frames.html(594B)
--------toc-geobricks_dbms.config-module.html(1KB)
--------geobricks_dbms.core-module.html(8KB)
--------geobricks_dbms.config-module.html(8KB)
--------help.html(11KB)
--------geobricks_dbms.core.dbms_mongodb-module.html(6KB)
--------toc-geobricks_dbms-module.html(1KB)
--------geobricks_dbms.rest.dbms_rest-pysrc.html(4KB)
--------toc-geobricks_dbms.core.dbms_mongodb-module.html(1KB)
--------toc.html(3KB)
--------crarr.png(340B)
--------api-objects.txt(6KB)
--------geobricks_dbms.core-pysrc.html(7KB)
--------toc-geobricks_dbms.rest-module.html(1KB)
--------epydoc.js(10KB)
--------geobricks_dbms.core.dbms_core-pysrc.html(31KB)
--------toc-geobricks_dbms.core.dbms_postgresql-module.html(1KB)
--------module-tree.html(5KB)
--------class-tree.html(4KB)
--------toc-everything.html(3KB)
--------identifier-index.html(24KB)
--------toc-geobricks_dbms.core.dbms_core-module.html(1KB)
--------geobricks_dbms.core.dbms_mongodb-pysrc.html(24KB)
--------toc-geobricks_dbms.rest.dbms_rest-module.html(1KB)
--------README.md(10B)
--------geobricks_dbms.core.dbms_core-module.html(6KB)
--------geobricks_dbms.config.dbms_config-pysrc.html(5KB)
--------geobricks_dbms-pysrc.html(7KB)
--------geobricks_dbms.core.dbms_postgresql-module.html(6KB)
--------geobricks_dbms-module.html(9KB)
--------geobricks_dbms.config.dbms_config-module.html(6KB)
--------geobricks_dbms.core.dbms_core.DBMS-class.html(11KB)
--------geobricks_dbms.rest-pysrc.html(7KB)
--------redirect.html(1KB)
--------toc-geobricks_dbms.core-module.html(1KB)
----.gitignore(38B)
----epydoc.config(292B)
----geobricks_dbms()
--------core()
--------__init__.py(171B)
--------config()
--------.gitignore(6B)
--------rest()

网友评论