文档中心

快速入门

安装

基本操作

数据模型

SQL引擎

系统架构

数据库管理

连接器

驱动

参考手册

故障排除

SAC

版本信息

Python开发环境搭建

获取驱动开发包

SequoiaDB下载对应操作系统版本的SequoiaDB驱动开发包。

配置开发环境

  • Python

    支持Python 2.7、Python3.5的64位版本。

  • Linux

    安装:

    (1) 解压下载下来的python驱动包。

    (2) 执行解压目录下的setup.py。

    $ python setup.py install
  • Windows

    暂未推出 Windows 驱动开发包。

回到顶部