Skip to content

COVID-DRDB 20230216

Choose a tag to compare

@KaimingTao KaimingTao released this 17 Feb 01:49
· 177 commits to master since this release
18b7521

Release date 2023-02-16

Changes since previous release (20230208):

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-20230216.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