Skip to main content

Django backend for GBase 8s database

Project description

django-gbase8s

介绍

GBase 8s数据库的Django方言,支持GBase 8s V8.8_3.6.2版本及以上。

依赖

  • gbase8sdb
  • django

安装教程

pip install django-gbase8s

使用说明

  1. 方言使用python-gbase8sdb驱动连接数据库,安装django-gbase8s时会作为依赖进行安装,您也可以手动安装:
pip install gbase8sdb-python2
  1. python-gbase8sdb驱动连接数据库依赖GSDK 1.1版本,所以您需要联系GBase 8s技术支持或通过官方渠道获取相应版本的GSDK,并安装到您的机器上, 并设置如下环境变量:
GSDK_PATH=/path/to/gsdk
export LD_LIBRARY_PATH=${GSDK_PATH}/lib:$LD_LIBRARY_PATH
export GBASEDBTDIR=${GSDK_PATH}/lib
  1. 在Django项目的settings.py文件中进行如下配置:
DATABASES = {
    "default": {
        "ENGINE": "django_gbase8s",
        'SERVER_NAME': 'ol_gbasedbt1210_1',     # 实例的名称
        'NAME': 'testdb',                     # 数据库的名称
        'HOST': '192.168.xxx.xxx',              # 数据库IP
        'PORT': 9088,                          # 实例端口号
        'DB_LOCALE': 'zh_CN.utf8',              # 数据库字符集
        'USER': 'gbasedbt',                     # 用户名
        'PASSWORD': 'xxxxxxx'                   # 密码
    }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_gbase8s-1.11.0-py2.py3-none-any.whl (26.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django_gbase8s-1.11.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_gbase8s-1.11.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7b5013bdf764b11a128f12c3ff669c4e1365facbe4380f549a5bfc7e7f17d829
MD5 c1ea88c2089dc9993814fc096d893234
BLAKE2b-256 b8ce5293b23d124201428f2785a9e070d368cacf970f3d263a170f7eef3fc77d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page