Skip to content

Pre-release 20230919-113303

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 18:44
· 50 commits to master since this release
cf4e496

Pre-release date: 2023-09-19 11:33:03 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-20230919-113303.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@7e60724