COVID-DRDB 20240516
Release date 2024-05-16
Changes since previous release (20240326):
- update Pemgarda, Sipavibart (#1047) (46f1520, by Kaiming Tao)
- add FDA24 resolve #1045 (#1046) (1c37dc0, by Kaiming Tao)
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