Skip to content

Pre-release 20240516-172856

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 00:38
· 5 commits to master since this release

Pre-release date: 2024-05-16 17:28:56 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-20240516-172856.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