Skip to content

Pre-release 20210820-094523

Pre-release
Pre-release

Choose a tag to compare

@KaimingTao KaimingTao released this 20 Aug 16:45
· 1455 commits to master since this release

Pre-release date: 2021-08-20 09:45:23 PDT

Usage of the .db files:

The .db files are SQLite3 databases. You can simply use this command to open them (if SQLite3 is installed):

sqlite3 covid-drdb-20210820-094523.db

Once the SQLite shell prompts, type .tables to list all tables.

You can also use any SQLite viewer to open the database, e.g.: