database SQLite 数据库的查看器/查询分析器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2624573/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 07:40:59  来源:igfitidea点击:

Viewer/Query Analyzer for SQLite databases

databasesqlite

提问by jamesaharvey

I've been using SQLite databases for development for a while now and I thought it would be useful to just view the contents of the generated db file. Are there any good tools out there for viewing SQLite db files and/or tools for running queries against them?

我已经使用 SQLite 数据库进行开发有一段时间了,我认为只查看生成的 db 文件的内容会很有用。是否有任何好的工具可以查看 SQLite db 文件和/或用于对它们运行查询的工具?

回答by ars

Here are a few free tools:

这里有一些免费工具:

I prefer SQLite Administrator, and occasionally use the Firefox version. There are other commercial options too.

我更喜欢 SQLite Administrator,偶尔使用 Firefox 版本。还有其他商业选择。

回答by Francisco Alvarado

SQLite2009 Pro Enterprise Manager

SQLite2009 Pro 企业管理器

It's free and it has a visual query builderjust like professional database management tools. Visual query builder

它是免费的,并且具有与专业数据库管理工具一样的可视化查询构建器可视化查询构建器

Its list of features is:

它的功能列表是:

  • Encryption Method compatible with wxSQLite3 (AES-128 bits) and SQLite3 ADO.NET Provider (RSA-MS Crypt)
  • Syntax Highlight
  • Hex Viewer
  • Dump database to SQL file format
  • Unicode Support
  • Blob/Image viewer
  • Built-in FTS3 Extension
  • Built-in LUA Programming Language
  • Encrypted database support
  • Export recordset into excel, csv, xml and html format
  • Import data from MS Access, MS SQL server, MySQL and dBase III
  • Includes SQLite2010 Pro ODBC Driver
  • Includes Additional sqlite3 function (compress, decompress, crc32, md5, lua_exec, etc)
  • Transactions supported
  • Visual Query Builder
  • Includes the user-contributed extension-functions from http://www.sqlite.org/contrib.
  • 与 wxSQLite3(AES-128 位)和 SQLite3 ADO.NET Provider(RSA-MS Crypt)兼容的加密方法
  • 语法高亮
  • 十六进制查看器
  • 将数据库转储为 SQL 文件格式
  • Unicode 支持
  • Blob/图像查看器
  • 内置 FTS3 扩展
  • 内置LUA编程语言
  • 加密数据库支持
  • 将记录集导出为 excel、csv、xml 和 html 格式
  • 从 MS Access、MS SQL 服务器、MySQL 和 dBase III 导入数据
  • 包括 SQLite2010 Pro ODBC 驱动程序
  • 包括附加的sqlite3功能(compressdecompresscrc32md5lua_exec,等等)
  • 支持的交易
  • 可视化查询生成器
  • 包括来自http://www.sqlite.org/contrib的用户贡献的扩展功能 。

Download it from its homepage(just scroll down to Freewaresection)

从主页下载它(只需向下滚动到免费软件部分)

回答by mateuszb

Sqliteman- I was looking for something light and available on Fedora repo.

Sqliteman- 我正在寻找一些可以在 Fedora 存储库中使用的轻便的东西。

回答by Matt C

I was recently introduced to LINQpad. I might not have as many features as some of those above (though I haven't fully explored it yet). But it's pretty sweet, for a simple query interface that works. Plus you can practice your LINQ with it too!

我最近被介绍到LINQpad。我可能没有上面的一些功能那么多(尽管我还没有完全探索它)。但是对于一个有效的简单查询界面来说,它非常棒。此外,您也可以用它练习 LINQ!

回答by OutputLogic

Here is another database viewer nobody has mentioned: SQLiteStudio

这是另一个没人提到的数据库查看器:SQLiteStudio