ABSTRACT

SQLite is an ACID-compliant embedded Relational Database Management contained in a small C programming library. SQLite implements most of the SQL standard, using a dynamically and weakly typed SQL syntax that does not guarantee the domain integrity.[3] In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite supports major operating systems like Windows, Linux and Unix, so it is widely used in embedded devices.