quickbase:Intuit QuickBase 数据库 API 的 Python 接口

时间:2024-07-15 18:30:38
【文件属性】:

文件名称:quickbase:Intuit QuickBase 数据库 API 的 Python 接口

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-15 18:30:38

Python

快速基地 使用的简单 Python 接口。 简单的例子: >> > import quickbase >> > client = quickbase . Client ( username , password , database = 'abcd1234' ) >> > client . do_query ( "{'6'.EX.'Foo'}" , columns = 'a' ) [{ 'record_id' : 1234 , ...}] >> > client . edit_record ( 1234 , { 6 : 'Bar' }, named = False ) 1 有关更多详细信息,请参阅代码中的文档字符串注释,有关更多详细信息,请参阅。


【文件预览】:
quickbase-master
----LICENSE(1KB)
----quickbase.py(9KB)
----README.md(582B)

网友评论