Pre-release 20230419-162806
Pre-release
Pre-release
·
105 commits
to master
since this release
Pre-release date: 2023-04-19 16:28:06 PDT
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-20230419-162806.dbOnce 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@0b077a6