SQLite资料收集

SQLite安装与使用

SQLite 入门教程(一)基本控制台(终端)命令
SQLite 入门教程(二)创建、修改、删除表
SQLite 入门教程(三)好多约束 Constraints
SQLite 入门教程(四)增删改查,有讲究

SQLite学习手册(目录)

.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),很多资源链接都是在这上面找到的,这是最后的资源。^_^

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

原文地址:https://www.cnblogs.com/Athrun/p/SQLite.html