Release date 2024-08-21
Changes since previous release (20240815):
- fix P337K (26f5f51, by Kaiming)
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-20240821.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