Skip to content

COVID-DRDB 20230522

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 23:29
· 79 commits to master since this release

Release date 2023-05-22

Changes since previous release (20230515):

  • update Yamasoba23 (a6279e2, 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-20230522.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@a1c861c