SQLite is a lightweight database. Its design target is embedded, and it has been used in many embedded products. It occupies very low resources. In embedded devices, it may only require a few hundred K. Memory is enough. It can support mainstream operating systems such as Windows/Linux/Unix, and can be combined with many programming languages, such as Tcl, PHP, Java, etc., as well as ODBC interfaces. It is also compared to Mysql and PostgreSQL, two world-famous open source software. In terms of database management systems, its processing speed is faster than them all.
Expand