SQLite is a lightweight database and ACID-compliant relational database management system that is contained in a relatively small C library. It is a public domain project established by D. Richard Hipp. Its design target is embedded, and it has been used in many embedded products. It occupies very low resources. In embedded devices, only a few hundred K of memory may be enough. It can support mainstream operating systems such as Windows/Linux/Unix, and can be combined with many programming languages, such as Tcl, C#, PHP, Java, etc., as well as the ODBC interface. It is also compared to the two open source programs Mysql and PostgreSQL. For the world's famous database management systems, its processing speed is faster than them all. The first Alpha version of SQLite was born in May 2000. It has been 15 years since 2015, and SQLite has also ushered in a version. SQLite 3 has been released.
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn