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. .. seealso:: * `sqlite home `_ * :doc:`python3:library/sqlite3` * `W3Schools SQL tutorial `_ .. toctree:: :titlesonly: :hidden: create-db create-data create-data-from-csv query-data update-data delete-data normalise query-normalised