File size: 83 Bytes
1adc2e7
 
 
 
1
2
3
4
from db import fetch_all

rows = fetch_all("SELECT 1 AS test_value")
print(rows)