源代码介绍
SQLite是一个轻量级数据库,是一个符合ACID的关系型数据库管理系统。它的设计目标是嵌入式,已经在很多嵌入式产品中得到应用。它占用的资源非常少。在一个类型的设备中,可能只有几百 K 的内存就足够了。可支持Windows/Linux/Unix等主流操作系统,可结合多种编程语言,如Tcl、C#、PHP、Java等,以及ODBC接口。就知名的数据库管理系统而言,其处理速度比所有系统都快。 SQLite的第一个Alpha版本诞生于2000年5月,至今已经10年了,SQLite也迎来了SQLite 3已经发布的版本。
(Source code introduction
SQLite is a lightweight database and an acid compliant relational database management system. Its design goal is embedded, and it has been applied in many embedded products. It takes up very few resources. In a type of device, only a few hundred K of memory may be enough. It can support windows/linux/unix and other mainstream operating systems, and can combine multiple programming languages, such as TCL, c\s, PHP, Java, and ODBC interfaces. As far as the well-known database management system is concerned, its processing speed is faster than all systems. The first alpha version of SQLite was born in May, 2000. It has been 10 years since then. SQLite has also welcomed the released version of SQLite 3.)