SQLite complies with acid and implements most SQL standards. It uses dynamic, weakly typed SQL syntax. As an embedded database, it is a common choice for applications, such as web browser, to store data in local / client. It is probably the most widely deployed database engine because it is being used by some popular browsers, operating systems and embedded systems. At the same time, it has many language bindings for programming languages. SQLite is a public domain project created by D. Richard HIPP.<br>
正在翻译中..