The sqlite module¶
The most important features of SQLite are:
self-contained
serverless
config free
transactional
SQLite is used to save data locally, e.g. in mobile phones (Android, iOS) and in browsers (Firefox, Safari, Chrome), and many other applications.