pub async fn store_retrieve_update_delete_tests<C: Connection>(db: &C) -> anyhow::Result<()> {
// For f64 -> i64, the limit is fractional numbers. Saturating isn't tested in this conversion path.
// For f64 -> u64, the limit is fractional numbers or negative numbers. Saturating isn't tested in this conversion path.