這是從資策會Android應用程式設計課程講義上看到的軟體,SQLite Database Browser可以視覺化的調整Sqlite內部的資料。
SQLite Database Browser:http://sqlitebrowser.sourceforge.net/
- 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
- 創建和壓縮資料庫檔案
- 創建、定義、更改、刪除資料表
- 創建、定義、和刪除索引
- 搜尋、編輯、增加和刪除記錄
- 搜尋記錄
- 輸入和輸出記錄成為text檔案
- 輸入和輸出CSV檔案為資料表
- 輸入和輸出SQL dump檔案為資料庫
- 執行SQL查詢和檢查結果
- 檢查所有被應用程式執行的SQL commands
What it is not
This program is not a visual shell for the sqlite command line tool. It does not require familiarity with SQL commands. It is a tool to be used both by developers and by end users, and it must remain as simple to use as possible in order to achieve its goals.
它不是什麼?
這軟體不是一個視覺化sqlite命令列工具,不需要熟悉SQL commands。它非常簡單可以達到不管是開發者或是
使用者的目標。
沒有留言:
張貼留言