MatDatabase_Dev / test_db.py
AbhijitClemson's picture
Upload folder using huggingface_hub
1adc2e7 verified
from db import fetch_all
rows = fetch_all("SELECT 1 AS test_value")
print(rows)