SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. Developed by D. Richard Hipp, Dan Kennedy, Joe Mistachkin
License: Open Source
SQLite is an embedded, lightweight database ideal for small to medium-sized applications that require simplicity and portability, while MariaDB is a powerful, scalable relational database management system suitable for complex applications requiring advanced features and multi-user support.