1
0
Fork 0
1Panel-Appstore/apps/sqlitebrowser/README.md

21 lines
872 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# DB Browser for SQLite
## DB Browser for SQLite 是什么
*DB Browser for SQLite*DB4S是一个高质量、可视化、开源的工具用于创建、设计和编辑与 SQLite 兼容的数据库文件。
DB4S 适用于希望创建、搜索和编辑数据库的用户和开发者。DB4S 使用类似电子表格的熟悉界面,因此无需学习复杂的 SQL 命令。
控件和向导可供用户使用:
* 创建和压缩数据库文件
* 创建、定义、修改和删除表
* 创建、定义和删除索引
* 浏览、编辑、添加和删除记录
* 搜索记录
* 将记录作为文本导入和导出
* 从/到 CSV 文件导入和导出表格
* 从/到 SQL 转储文件导入/导出数据库
* 执行 SQL 查询并检查结果
* 检查应用程序发出的所有 SQL 命令的日志
* 根据表或查询数据绘制简单的图表