SQLite Database Browser

来源:互联网 发布:彩票源码论坛php 编辑:程序博客网 时间:2024/06/06 19:06

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:

  • 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

 

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.

 

History

Version 2.0b1 released - Based on Qt4.6 - 12/09/2009
Version 1.2 released - 04/05/2005
Version 1.1 released - 07/20/2004
Version 1.01 released - 10/02/2003
Version 1.0 released to public domain - 08/19/2003

This program was developed originally by Mauricio Piacentini from Tabuleiro Producoes, as the Arca Database Browser. The original version is used as a free companion tool to the Arca Database Xtra, a commercial product that embeds SQLite databases with some additional extensions for handling of compressed and binary data.

The original code was trimmed and adjusted to be compatible with standard SQLite 2.x databases. The resulting program was renamed SQLite Database Browser, and released into Public Domain by the original author. Icons were contributed by Raquel Ravanini, also from Tabuleiro. Jens Miltner contributed the code to support SQLite 3.x databases for the 1.2 release.

In the spirit of the original SQLite source files, the authors disclaim copyright to this source code. It may be used as the basis for other programs, public domain, open source or commercial. Do whatever you want with it.

原创粉丝点击