加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

SQLite Database Browser

发布时间:2020-12-13 00:11:23 所属栏目:百科 来源:网络整理
导读: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

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,open source or commercial. Do whatever you want with it.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读