bigbucket python:Bigbucket的Python3客户端 源码
大桶Python 数据库的Python3客户端。 安装 pip3 install bigbucket 用法 import bigbucket client = bigbucket . Client () # -------------------------- # Show tables # -------------------------- tables = client . get_tables () print ( tables ) # ['table1', 'table2'] # -------------------------- # Use tabl
用户评论