Search⌘ K

Getting started with SQLite in python

In this chapter, we are going to learn how to use SQLite in python

We'll cover the following...

SQLite is a self-contained, server-less, config-free transactional SQL database engine. Python gained the sqlite3 module all the way back in version 2.5 which means that ...