2011年6月2日 星期四

[Android、Sqlite]SQLite Database Browser介紹

       這是從資策會Android應用程式設計課程講義上看到的軟體,SQLite Database Browser可以視覺化的調整Sqlite內部的資料。

SQLite Database Browser:http://sqlitebrowser.sourceforge.net/

What it is
SQLite Database Browser is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands. Controls and wizards are available for users to:


它是什麼?
SQLite Database Browser是一個免費、公開、開放原碼的視覺化工具(軟體),可以創建、設計、編輯SQLite的資料庫檔案。這代表說,可讓想要創建資料庫、編輯、搜尋資料庫的使用者、開發者,利用親近人的電子表格介面,而不用需要學習複雜的SQL commands.可為使用者帶到以下的目的:


  • 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。它非常簡單可以達到不管是開發者或是
     使用者的目標。



沒有留言:

張貼留言