rtree php,6款SQLite管理工具介绍

1、SQLite Expert(Free,

$59),后边9个特效是收费版本具有的,官方网址:http://www.sqliteexpert.com/

– Manage SQLite3 databases: create database, view/change

parameters.

– Check integrity, reindex all tables, transaction support.

– Supports attached databases and SQLite extensions.

– Manage tables: create, delete, rename, reindex.

– Restructure tables: fields, indexes, foreign keys, unique and

check constraints, triggers.

– Manage views: create, delete, rename, restructure. Manage view

triggers.

– Supports temporary tables and views.

– Advanced SQL editor with code completion and syntax

highlighting.

– Advanced data editing capabilities in the grid: image, BLOB and

text editors.

– Custom and predefined data types.

– Copy/Paste records and tables between databases via

clipboard.

– Full Unicode support.

– Customize the look and feel of the application using skins.

– *Visual SQL Query Builder.

– *Copy tables between databases using drag and drop.

– *Supports encrypted databases.

– *Supports SQLite auto extensions.

– *Export data to Excel, XML, HTML, CSV, TSV, ADO data sources, SQL

script, SQLite database.

– *Import data from ADO data source, SQL script, SQLite.

– *Send the contents of any grid to printer or export it to a PDF

file.

– *Generate SELECT, INSERT, UPDATE and DELETE statements based on

the visible fields on the current table.

– *Lua and Pascal scripting support.

2、SQLite

Administrator(Free),免费软件,支持中文,官方网址:http://sqliteadmin.orbmu2k.de/

– Create / Modify / Delete Tables by Wizard

– Create / Modify / Delete Indices by Wizard

– Create / Modify / Delete Views by Wizard

– Create / Modify / Delete Triggers by Wizard

– SQL Code Completion that supports table aliases

– SQL Code Highlighting

– SQL Error Locating

– Import Data from CSV Files

– Export Data ( XLS / CSV / HTML / XML )

– Store User Queries into Database

– Search for User Queries

– Store Images into Blob Fields ( JPG / BMP )

– Show SQL of each Database Item

– Migrate SQLite2 Databases to SQLite3

– Try to keep Indices and Triggers after modifying a Table

3、SQLite Developer(Free,

$49),似乎是国人开发的软件,官方网址:支持中文http://http://www.sqlitedeveloper.com/

– Power SQL Editor(Sqlite Sql Syntax Highlight; Sql history; Sql

keyword autocomplete; Parenthesis matching; Table/View/Field;

Autocomplete; Live Sql Syntax Check; Unicode support)

– SQL Formatter

– Supports ansi, unicode data encoding and decoding.

– Customizable Data Type Mapping.

– Execute multiple sql separated by semi colon.

– Execute sql script with parameters.

– Master Detail Browser.

– Test Data Generator

– Generate Database Schema Report

– SQL Monitor.

– Visual Query Builder.

– Visual tables ,views ,trigger, foreign key, check, unique check

and index management.

– View and edit field as Text , Hex , HTML or bmp, jpeg, gif.

– View and edit temporary tables, views and triggers.

– Memory Database support

– Query plan.

– LiveUpdate.

– Export data to sql,csv,excel, word, html, xml.

– Import/Export(Import data from sql, csv, sqlite database and ado

datasource; Extract db schema and data; Paste Data from

Clipboard)

– Backup/Restore Database.

– Treeview style db explorer with smart filter

– Attach and Detach databases

– support encrypt and decrypt database (encrypted databases are

compatible with System.Data.SQLite )

– RTree and ICU support

– Find in Database Schema

– Cancel long-time query

– Support loadable extension and virtual table

– Multi Languages support(English, Japanese, Simple Chinese)

4、Sqlite

Spy(Free),免费的,用起来不错,官方网址:http://www.yunqa.de/delphi/doku.php/products/sqlitespy/index

– Database at a Glance: The schema treeview displays all items

contained in a database, including tables, columns, indexes and

triggers. Press F5 to update the schema tree, double-click a table

or view to display its data, use the context menu for frequently

used commands.

– Grid Cell Editing: Table cells are editable in the grid: Display

a table via the schema treeview, select a cell and press F2 to

invoke the editor. Then modify and confirm to write your changes

back to the table.

– Data Type Display: The native SQL data types are displayed with

different background colors to help detect type errors. Type errors

can cause performance degradation or wrong SELECT result sets if

NULL values are confused with empty strings.

– Full Unicode: SQLiteSpy fully supports SQLite’s Unicode

capabilities. Data display and entry is completely realized as

Unicode, including SQL commands.

– Multiple SQL Edits: Modern tabs are used to edit and display

multiple SQL queries for easy comparison of query statements and

results. SQL queries are executed by typing or loading them into

the SQL edit. Then press F9 to run the query, or CTRL+F9 to run the

current line or selection only.

– Time Measurement: SQL execution time is automatically measured

and displayed to help optimize queries.

– Regular Expressions: The SQL keyword REGEXP is supported and adds

the complete regular expression syntax of Perl 5.10 to SQLiteSpy.

The implementation was realized using the DIRegEx library.

Mathematical SQL Functions – The following mathematical SQL

functions are available in addition to the SQLite default: ACOS(),

ASIN(), ATAN(), ATAN(), ATAN2(), CEIL(), CEILING(), COS(), COT(),

DEGREES(), EXP(), FLOOR(), LN(), LOG(), LOG(), LOG2(), LOG10(),

MOD(), PI(), POW(), RADIANS(), SIGN(), SIN(), SQRT(), TAN(),

TRUNCATE().

– Data Compression: The SQL functions COMPRESS() applies zlib’s

deflate to any text or BLOB value. The raw deflate data stream is

returned. UNCOMPRESS() inflates this stream back to the original.

Integers, Doubles, and Nulls are returned unchanged.

– Compact Result Storage: The internal data storage mechanism uses

SQLite’s native data types for optimal compatibility. As a result,

SQLiteSpy uses far less memory than other SQLite managers and

handles large tables much more efficiently.

– Built-in SQLite Engine: SQLiteSpy comes as a single file

executable with the SQLite database engine already build into the

application. There is no need to distribute any DLLs, which makes

SQLiteSpy easy to deploy with customers.

– Encryption Support: SQLiteSpy can read and modify encrypted

database files generated by DISQLite3. DISQLite3 implements its own

native AES encryption which is not compatible with the commercial

SQLite Encryption Extension (SSE) or any such implementation

offered by other 3rd parties.

– Easy Install & Uninstall: To run SQLiteSpy, just extract the

SQLiteSpy.exe file to any directory and execute the file. No

installation is needed – when first started, the program creates a

single file SQLiteSpy.db3 (a SQLite3 database) to store options and

settings. It does not write any other files or to the registry.

Uninstalling is as simple as deleting two files only: The

application’s executable and its options database file.

– Freeware: SQLiteSpy is Freeware for personal and educational use.

If you are using SQLiteSpy commercially, your donation is welcome

to promote the ongoing development of this software. Thank you!

5、SQLiteManager(开源),所谓基于Web的SQLite管理工具,官方网址:http://www.sqlitemanager.org

– Management of several databases (Creation, access or

upload)

– Management of the attached databases

– Create, edit and delete tables and indexes.

– Insert, edit, delete records in these tables

– Management of the View, possibilities of creating a view from a

SELECT

– Management of Trigger

– Management of the users defined functions, these functions are in

continuation usable in the requests manual, as in the form of

insertion/modification of data

– Manual request and from file, it is possible of defined the

format of the requests, sqlite or MySQL; a conversion is doing in

order to directly import a MySQL base in SQLite.

– Importing of records from a formatted text file

– Export of the structure and the data

– Choice of several display skin

6、SQLite Database

Browser(免费),支持多平台,windows平台下的更是只有一个exe文件,官方网址: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

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
SQLiteSpysqlitespy是一个快速和紧凑的图形用户界面的SQLite数据库管理。它读取sqlite3的文件和对他们的SQ执行L。它的图形用户界面使得它很容易探讨,分析和操纵sqlite3的数据库。 注意:SQLiteSpy是免费供个人和教育用途,SQLiteSpy主要特点: 1、数据库一览?树状显示所有的架构,包括表,列,索引和触发器在数据库中包含的项目。按F5更新架构树,双击一个表或视图来显示它的数据,使用常用的命令的上下文菜单。 2、网格单元格编辑?表格单元格中编辑:显示一个表通过树状架构,选择一个单元格,然后按F2键调用编辑器。然后修改并确认您的更改写回到谈判桌上。 3、数据类型显示?本机的SQL数据类型显示不同的背景颜色来帮助检测类型错误。类型错误可能会导致性能下降或错误的SELECT结果集,如果NULL值与空字符串混淆。 4、完全的Unicode? SQLiteSpy完全支持SQLite的Unicode的能力。数据显示和输入是完全实现为Unicode,包括SQL命令。 5、多个SQL编辑?现代标签是用来编辑和显示的查询语句和结果比较容易多个SQL查询。 SQL查询执行输入或加载到SQL他们编辑。然后按F9键运行该查询,或Ctrl + F9来运行当前行或选择只。 6、时间测量? SQL执行的时间会自动测量和显示,以帮助优化查询。 7、正则表达式?在SQL关键字regexp是支持,并增加了完整的Perl的正则表达式语法5.10 SQLiteSpy。的实施,实现了利用DIRegEx库。 8、数学SQL函数?下面的SQL函数可用数学除了SQLite的默认:ACOS(), ASIN(), ATAN(), ATAN(), ATAN2(), CEIL(), CEILING(), COS(), COT(), DEGREES(), EXP(), FLOOR(), LN(), LOG(), LOG(), LOG2(), LOG10(), MOD(), PI(), POW(), RADIANS(), SIGN(), SIN(), SQRT(), TAN(), TRUNCATE(). 9、数据压缩?压缩的SQL函数()适用的zlib的紧缩到任何文本或BLOB值。原始紧缩数据流返回。解压缩()膨胀此流回到原来的。整数,双打,并返回空值不变。 10、紧凑型结果储存?内部数据存储机制使用,以达到最佳的兼容性SQLite的原生数据类型。因此,SQLiteSpy使用远低于其它的SQLite管理内存和更有效地处理大量的表。 11、内建的SQLite引擎? SQLiteSpy来已建成为一个单一的应用程序文件与SQLite数据库引擎可执行文件。有没有需要分发任何DLL,这使得SQLiteSpy易于部署的客户。 12、加密支持? SQLiteSpy可以阅读和修改加密的数据库文件由DISQLite3产生。 DISQLite3实现了自己的母语AES加密这是不符合商业SQLite的加密扩展(SSE)的或任何其他第三方的实施提供兼容。 13、易安装和卸载?要运行SQLiteSpy,只需提取SQLiteSpy.exe文件到任何目录和执行文件。不需要安装?刚开始时,该程序创建一个文件SQLiteSpy.db3(1 sqlite3的数据库)来存储的和设置。它不写任何其他文件或注册表。卸载一样只是简单的删除两个文件:应用程序的可执行文件和数据库文件的选项。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值