`
cjx186
  • 浏览: 269642 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

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://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!
分享到:
评论

相关推荐

    Sqlite的C#通用类和Sqlite工具

    对于开发和调试Sqlite数据库,这样的工具是非常有用的,尤其是在没有SQL Server Management Studio这样的强大工具时。 使用这个工具,你可以: 1. 创建新的数据库或打开已有的Sqlite数据库文件(.db)。 2. 设计和...

    SQLServer转换SQLite工具(绿色中文版)

    标题提及的“SQLServer转换SQLite工具”是一款专门用于在SQLServer和SQLite之间进行数据迁移的应用程序。它能够帮助用户将SQLServer中的数据结构和数据安全地迁移到SQLite数据库中,或者将SQLite的数据迁移到SQL...

    sqlite工具

    标题“sqlite工具”指的是与SQLite数据库相关的实用程序或应用程序,可能是用于创建、查询、管理SQLite数据库的软件。这里提到了几个文件: 1. **World.db3**:这是一个SQLite数据库文件,可能包含了某种特定数据集...

    Air SQLite工具及源码

    【Air SQLite工具及源码详解】 在移动应用开发领域,SQLite是一个非常常见的轻量级数据库,尤其在Adobe Air(ActionScript 3.0的富互联网应用程序运行时)中,SQLite被广泛用于存储和管理应用程序数据。本文将深入...

    SQL Server数据导入SQLite工具

    当我们需要在两者之间进行数据迁移时,就需要借助特定的工具来完成,比如"SQL Server数据导入SQLite工具"。 这个工具的主要功能是将SQL Server数据库转换为SQLite数据库,这对于开发者和数据管理人员来说非常实用。...

    小巧好用的SQLite工具

    "小巧好用的SQLite工具"是指专门用于管理和操作SQLite数据库的软件。这类工具通常具有直观的用户界面,方便用户执行常见的数据库操作,如创建表、查询数据、修改记录、备份恢复等。SQLiteSpy 1.8.8就是一个这样的...

    LabVIEW使用SQLite数据库范例(需要自行下载SQLite的工具包)

    在本文中,我们将深入探讨如何在LabVIEW环境中利用SQLite数据库进行数据存储和管理。SQLite是一个轻量级的、自...记得在实际操作中,确保下载并正确集成SQLite工具包,以及遵循最佳实践,以确保代码的稳定性和可靠性。

    SqlCe2Sqlite工具

    SqlCe2Sqlite工具是一款用于将SQL Server Compact Edition (SqlCe) 数据库转换为SQLite数据库的应用程序。SqlCe是微软提供的一种轻量级、嵌入式的关系型数据库,而SQLite则是一个开源、跨平台的数据库系统,广泛应用...

    好用的SQLite工具

    好用的SQLite工具好用的SQLite工具好用的SQLite工具好用的SQLite工具

    SQL Server数据导入SQLite工具及源码

    "SQL Server数据导入SQLite工具及源码"是一个解决方案,它提供了一种便捷的方法来实现SQL Server到SQLite的数据迁移。这个工具可能包括以下功能: 1. 数据连接:工具需要能够连接到SQL Server和SQLite数据库,获取...

    Sqlite工具

    标题中的"Sqlite工具"指的是专门用于管理和操作SQLite数据库的软件工具。这两个工具分别适用于Mac和Windows操作系统,是绿色版,意味着它们不需要安装,下载解压后即可直接使用,不会在系统中留下任何冗余文件或...

    SQLite数据库使用工具类

    三、SQLite工具类封装 1. 数据库操作接口:定义一个接口,包含增删改查等基本操作方法,如insert()、delete()、update()和query()。 2. 数据库帮助类:继承SQLiteOpenHelper,实现上述接口中的方法。这里需要处理SQL...

    sqlite辅助工具(含源码)

    "Service"、"Model"、"Lib"、"Dao"、"SqliteTool"和"Common"这些文件夹很可能分别对应服务层、模型层、库文件、数据访问对象、SQLite工具类和公共辅助类的代码组织结构。 总的来说,这个资源为学习和使用SQLite提供...

    Android SQLite学习工具

    这篇博客“Android SQLite学习工具”可能详细介绍了如何在Android环境中使用SQLite进行数据操作,并提供了一个实用的SQLite管理工具——sqlite3.exe。 SQLite数据库在Android中的应用主要包括创建数据库、创建表、...

    查看Sqlite工具

    "查看Sqlite工具"是一个专为Android设计的实用工具,允许开发者和用户方便地查看、管理和操作Android设备上的Sqlite数据库。 这款工具提供了以下功能: 1. 数据库浏览:用户可以浏览已安装应用的数据库列表,选择...

Global site tag (gtag.js) - Google Analytics