const PUT_STORE_SQL: &str = "INSERT OR REPLACE INTO kv_store (\n key_prefix, \n key_name, \n key_value\n) VALUES (\n ?, \n ?, \n ?\n);";