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
相关推荐
首先,我们来看看三种推荐的SQLite管理工具: 1. SQLite Administrator: - 优点:提供了直观的中文界面,便于用户编写SQL语句和查看、修改表数据。 - 缺点:对中文的支持有限,可能导致中文乱码问题,且无法更改...
SqliteDev399是一款专为SQLite数据库设计的管理工具,它允许用户对SQLite数据库进行高效、便捷的管理和操作。SQLite是一种轻量级的、开源的、自包含的关系型数据库系统,广泛应用于移动设备、嵌入式系统以及桌面应用...
总的来说,SQLite Studio作为一款轻量级的SQLite数据库管理工具,通过其直观的界面和实用的功能,为用户提供了高效管理SQLite数据库的途径,尤其适合那些不熟悉命令行操作或寻求简化数据库管理流程的用户。
总的来说,SQLiteStudio 是一款全面、易用且稳定的 SQLite 管理工具,无论是个人开发者还是团队,都能从中受益。其绿色版的特性更是让它在便携性和灵活性上优于许多其他同类工具,是管理和维护 SQLite 数据库的理想...
今天给大家推荐一款好用的SQLite数据库管理工具sqlitestudio,比起其它SQLite管理工具,我喜欢用这个。很方便易用,不用安装的单个可执行文件,支持中文。 能完善的sqlite2和sqlite3工具,视图编码支持utf8。 支持...
8. **管理工具**:有许多图形界面工具可以帮助管理和操作SQLite3数据库,例如DB Browser for SQLite(DB4S)、SQLiteStudio、SQLite Administrator等。这些工具提供了可视化的界面,方便用户创建表、执行SQL查询、...
在WinCE环境中,由于资源限制,可能无法直接使用常见的桌面版SQLite管理工具,如SQLiteStudio或DB Browser for SQLite。但有一些专为嵌入式系统设计的轻量级工具可以选择,如SQLiteAdmin或SQLiteSpy。这些工具提供了...
这篇博客“Android SQLite学习工具”可能详细介绍了如何在Android环境中使用SQLite进行数据操作,并提供了一个实用的SQLite管理工具——sqlite3.exe。 SQLite数据库在Android中的应用主要包括创建数据库、创建表、...
SQLiteSpy是SQLite数据库的一个可视化管理工具,它提供了以下功能: 1. **浏览数据库结构**:查看表、索引、视图等数据库对象,以及其详细信息。 2. **数据编辑**:直接在界面中添加、修改、删除数据,支持表格和...
这里提到的"sqlite管理工具源代码"是一个项目,提供了用于操作SQLite数据库的源码,主要包括了几个关键文件。 1. sqlite3.c:这是SQLite的核心源代码文件,包含了SQLite数据库引擎的实现。它处理SQL语句的解析、...
这个“简单的SQLite管理工具”提供源代码,非常适合初学者了解数据库管理和开发。 首先,SQLite管理工具通常包括以下功能: 1. 数据库创建与删除:用户可以通过工具创建新的SQLite数据库,同时也可以删除不再需要...
在描述中提到的“非常强大的软件”,可能指的是一些功能丰富的SQLite管理工具,例如SQLiteStudio。SQLiteStudio是其中的一款流行选择,它是一个跨平台的SQLite数据库管理工具,支持Windows、Linux和macOS等操作系统...
qlite数据库远程管理器,只要在SQLITE数据文件所在目录下运行SQLITE3SERVER服务器程序就可以在于之联网的机器管理SQLITE数据库。可同时管理多台SQLITE数据库服务器。 实现的功能如下: 1、可列出远程SQLITE数据库...
常见的SQLite数据库管理工具有SQLiteStudio、DB Browser for SQLite (formerly known as SQLite Manager)、SQLite Administrator、SQLite Expert Personal等。这些工具都有各自的优点和特色,例如SQLiteStudio以其...
**phpSQLiteAdmin** 是一款基于Web的SQLite数据库管理系统,类似于知名的MySQL管理工具phpMyAdmin,但专门针对SQLite数据库。SQLite是一种轻量级、文件式的数据库引擎,常用于嵌入式应用或作为小型项目的数据存储...
SQLite是一款轻量级的、开源的、自包含的数据库管理系统,它无需单独的服务器进程,可以直接在客户端应用程序中使用。SQLite被广泛应用于嵌入式系统和移动应用,因其高效、可靠且易于集成的特点而备受青睐。这个...
"SQLite管理工具 V2.0.rar" 是一个升级版的SQLite数据库管理软件,主要提供了多项改进和新功能。 首先,关于"大大优化数据库列表刷新速度",这表明新版本的管理工具在处理数据库列表时进行了性能提升,可能通过改进...
sqliteadmin是一个小巧且易于使用的SQLite数据库管理工具,它支持创建、打开、修改和管理SQLite数据库。主要特性包括: 1. 创建新数据库或打开现有数据库。 2. 执行SQL查询并查看结果。 3. 支持数据导入和导出功能,...
综上所述,SQLiteStudio是一款高效且易用的SQLite数据库管理工具,结合了数据库管理、SQL编辑和数据操作等多种功能,而压缩包内的文件则是其正常运行所依赖的库和配置。对于从事SQLite数据库管理,尤其是安卓应用...