1. 首页
  2. 数据库
  3. 其它
  4. bigbucket python:Bigbucket的Python3客户端 源码

bigbucket python:Bigbucket的Python3客户端 源码

上传者: 2021-02-17 22:00:40上传 ZIP文件 18.99KB 热度 17次
大桶Python 数据库的Python3客户端。 安装 pip3 install bigbucket 用法 import bigbucket client = bigbucket . Client () # -------------------------- # Show tables # -------------------------- tables = client . get_tables () print ( tables ) # ['table1', 'table2'] # -------------------------- # Use tabl
用户评论