SQLITE3 database

1. SQLite3 database   SQLite3 can be integrated with Python using the sqlite3 module. Generally, python 2.5 and above have their own sqlite3 module by default, so users do not need to download it separately.

So, first create a database The connection object, the connection object, the syntax is as follows: