导航

yaosansi's Blog

当你背向太阳的时候,你只会看到自己的阴影!能力是有限的,努力无限的!

« IE7复制粘贴时,总出现提示信息的解决办法。Lucene.net试用 »

SQLite Manager

  • 本站大部分内容从网上收集,收集目的仅供研究、学习。涉及版权或不希望收录您的文章请您及时与我联系。
  • 本站IM群,请自行选择。请各位朋友按照自己喜好加入。加入群后请及时发言,防止被清理。谢谢您的合作!!!
  • QQ群:Y①WEB开发(ASP.NET)号码:7351660 QQ群:Y②WEB开发(ASP+.NET)号码:11864905
  • QQ群:Y③WEB开发(DIV+CSS)号码:16610506 QQ群:Y④WEB开发(JS+AJAX)号码:16143998
  • QQ群:Y⑤WEB开发(新手)号码:12777715 MSN群:yaosansi[at]126.com

sqlitemanager

http://code.google.com/p/sqlite-manager/

火狐插件:SQLite Manager  SQLite管理器

Manage any SQLite database on your computer.

Manage any SQLite database on your computer. An intuitive heirarchical tree showing database objects. Helpful dialogs to manage tables, indexes, views and triggers. You can browse and search the tables, as well as add, edit and delete the records. Facility to execute any sql query. A dropdown menu helps with the sql syntax thus making writing sql easier. Easy access to common operations through menu, toolbars, buttons and context-menu.

        管理你电脑上的任何 SQLite数据库。
        管理你电脑上的任何 SQLite数据库。一个直观的目录树状来展示数据库的对象。通过提示对话来管理表、索引、视图和触发器。你能浏览和搜索这些表,还能增加、修改或删除记录。快捷地执行任何sql查询。一个下拉菜单sql语法帮助,让编写sql变得轻松。通过菜单、工具条、按钮、和关联菜单来简易地进行相同的操作。

我们可以再到SQLite Manager的官方站http://www.sqlite.org去看看。
         在http://www.sqlite.org/lang.html页面里,我们还看到SQLite的官方介绍,简要翻译如下(原文附后):
       SQLite支持SQL。
       SQLite 能解释绝大多数的标准SQL语言。但是它忽略了一些描述,同时又增加了少数它自身的描述。这个文档尝试准确描述在SQLite里对标准SQL语言,哪些是支持,哪些是不支持的,并尽可能地列出关键字表。
       在所有后续的语法列表里,文本用粗体显示。非终端符号用的斜体红色字体。黑色罗马字体表示操作的语法。
        这个文档是SQLite执行SQL语法的一个概观。许多低水平的程序被忽略。要获取SQLite能读懂的语言细节,请查阅源文件和文件parse.y的语法。
SQLite能执行以下数据库操作语法:(略)

SQL As Understood By SQLite

SQLite understands most of the standard SQL language. But it does omit some features while at the same time adding a few features of its own. This document attempts to describe precisely what parts of the SQL language SQLite does and does not support. A list of keywords is also provided.

In all of the syntax diagrams that follow, literal text is shown in bold blue. Non-terminal symbols are shown in italic red. Operators that are part of the syntactic markup itself are shown in black roman.

This document is just an overview of the SQL syntax implemented by SQLite. Many low-level productions are omitted. For detailed information on the language that SQLite understands, refer to the source code and the grammar file "parse.y".

SQLite implements the follow syntax:

        装好这个扩展后,在火狐的tool菜单下面找到sqlite,自动在屏幕中间弹出小窗,大小默认是800×600,但是左边的小窗口视图没有任何的内容,需要新建数据保存路径。然后就能在左边的视图里,出现table view  index  trigger 这四个小项。你可以通过右键,进行CREATE操作。
        我做了个测试的表格,创建表后自动在table项下以树状图形式排列显示。在这个实际表,你可以通过右键进行create、drop、empty、rename、copy、export等操作。
        在SQLite的General菜单里找到新操作,就像我们用过的安装在远程服务器上Mysql,通过浏览器来操作的界面。只不过,SQLite的火狐扩展,能做的是在本地的电脑上创建数据库,而且比mysql的那个远程界面更加丰富,方便。 
        相比较以往使用过的其他SQL数据库工具,SQLite感觉是秉承了更多开源的风气。
        在SQLite的官方下载,我们可以看到它的二进制程序大小在windows下最新版是206.20kb,而源代码不含文档的只有701.59kb,加上文档也只有1.98 Mb。

原创文章如转载,请注明:转载自http://www.yaosansi.com
订阅本站,阅读更多文章

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Powered By Z-Blog .Theme from Google黑板报 By Washun

Copyright 2005-2008 yaosansi'site All Rights Reserved.

感谢Denny·G 为本站提供FTP空间
辽ICP备05021434号

Search

  •  

赞助商广告

控制面板

最新评论及回复

最近发表