SQLite数据库管理工具:DB Browser for SQLite
jopen
10年前
DB Browser for SQLite 是一个高品质,可视化,开放源码的工具。用于创建,设计和编辑SQLite兼容的数据库文件。
它适用于希望创建数据库,检索和编辑数据的用户和开发人员。它采用了熟悉的电子表格一样的界面,你不需要学习复杂的SQL命令。
它为用户提供向导来:
- Create and compact database files
- Create, define, modify and delete tables
- Create, define and delete indexes
- Browse, edit, add and delete records
- Search records
- Import and export records as text
- Import and export tables from/to CSV files
- Import and export databases from/to SQL dump files
- Issue SQL queries and inspect the results
- Examine a log of all SQL commands issued by the application
项目主页:http://www.open-open.com/lib/view/home/1417360389581