Sqlite 简明教程

Discuss SQLite

SQLite 是一个软件库,它实现了独立、无服务器、零配置和事务 SQL 数据库引擎。SQLite 是全球部署最为广泛的 SQL 数据库引擎。SQLite 的源代码是公有领域的。本教程将帮助您快速入门 SQLite,让您能够熟练运用 SQLite 编程。

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. This tutorial will give you a quick start with SQLite and make you comfortable with SQLite programming.