Skip to content

Pre-release 20230208-123841

Pre-release
Pre-release
Compare
Choose a tag to compare
@KaimingTao KaimingTao released this 08 Feb 20:46
· 182 commits to master since this release
578b16a

Pre-release date: 2023-02-08 12:38:42 PST

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-20230208-123841.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.:

Built with hivdb/covid-drdb@beaea4e