Instructions to run the SQLite3 version of the DB demo application. All data will be stored locally in a SQLite database file (.db extension). This does not use the SQL instance on GCP in any way.
createdb.py create_database(): This function creates an SQLite database file named db.sqlite and a table called data with columns username and url. It opens a connection to the database, executes the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results