Download List

项目描述

db api client allows you to interact with any database through the Python DB API v2.0. You can get information about databases, schemas, tables, field structure, and table data. It also lets you execute any SQL command, and returns the results.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-06-21 16:46
0.01

此版本可以显示数据库,显示模式,显示表名和表定义。连接后,您可以发送任何SQL命令到一个数据库。结果可以导出到一些(如HTML或CSV)统一格式。当前的SQL命令可以被保存到一个文件和SQL文件可以被打开。编码可以改变了飞行。
This version can show databases, show schemas, show table names, and table definitions. After connection, you can send any SQL command to a DB. Results can be exported to some common formats (such as HTML or CSV). The current SQL command can be saved to a file and SQL files can be opened. Encodings can be changed on the fly.

Project Resources