Duplicated from aim4composites/MaterialsDatabase
1adc2e7
1
2
3
4
from db import fetch_all rows = fetch_all("SELECT 1 AS test_value") print(rows)