20. sqlite - From Python to Rust

Published: 30 April 2021
on channel: Bedroom Builds
1,777
38

comparison of how to interact with sqlite

python sqlite3 https://docs.python.org/3/library/sql...
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/pyth...