comparison of how to interact with sqlite
- python sqlite3 https://docs.python.org/3/library/sqlite3.html
- Rust rusqlite https://github.com/rusqlite/rusqlite
- Rust sqlx https://github.com/launchbadge/sqlx
- data from COVID19-India API https://api.covid19india.org/
Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/python2rust