Skip to content

COVID-DRDB 20240516

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 21:56
· 6 commits to master since this release
46f1520

Release date 2024-05-16

Changes since previous release (20240326):

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-20240516.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@52e689b