SQLite系列

SQLite是一个非常小巧的Embeddable SQL Database引擎。它的特色就是“麻雀随小,但五脏具全”。而且使用起来极其简单,不需要安装配置,拿过来就可以用,非常适合桌面程序和小型网站。还有最关键的一点,它是开源的。

这里我会给出一些实用的SQLite资源。

SQLite引擎

SQLite:http://www.sqlite.org/

.NET Data Provider for SQLite

ADO.NET Data Provider for SQLite. (.NET Framework 1.1). Supports both SQLite 2 and 3, Full and Compact Framework. http://adodotnetsqlite.sourceforge.net/

ADO.NET 2.0/VS2005 Data Provider for SQLite. Supports Full and Compact Framework, Visual Studio Design-Time Support. http://sqlite.phxsoftware.com

.NET Mono ADO.NET provider for SQL Lite: http://www.go-mono.com/sqlite.html

.NET C# wrapper for SQLite (usable with C#, Managed C++ & VB.NET) - http://www.phpguru.org/static/SQLite.NET.html

SQLite Tools

SQLite Spy (http://www.yunqa.de/delphi/sqlitespy/),一个非常不错的SQLite Database Explorer and Query Analyzer。不需要安装。

DBTools Manager (http://www.dbtools.com.br/),有免费版本的多数据库管理器,同时支持SQLite。

Aqua Data Studio (http://www.aquafold.com/),有很多功能支持很多数据库的一个软件,可以通过JDBC或ODBC来支持SQLite查询。

SQLite Wiki (http://www.sqlite.org/cvstrac/wiki),很多资源链接都是在这上面找到的,这是最后的资源。^_^

以上所提到的所有资源你都可以获得其免费版本。^_^

posted @ 2005-10-21 09:31  Cavingdeep  阅读(7229)  评论(6编辑  收藏  举报