AbhijitClemson's picture
Upload folder using huggingface_hub
1adc2e7 verified
Raw
History Blame Contribute Delete
83 Bytes
from db import fetch_all
rows = fetch_all("SELECT 1 AS test_value")
print(rows)