feat: get_record query

This commit is contained in:
Zynh Ludwig 2024-11-20 01:09:16 -08:00
parent b70d988c9d
commit 83c31d679d

View file

@ -0,0 +1,7 @@
SELECT
cache_name,
uploaded,
downloads,
max_downloads
FROM records
WHERE cache_name = ?;