SQLite Basic tutorial

Share

SQLite is a relational database management system contained in a C programming library. In contrast to other database management systems, SQLite is not implemented as a separate process that a client program running in another process accesses. Rather, it is part of the using program. SQLite is ACID-compliant and implements most of the SQL standard, […]