Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aim4composites
/
MaterialsDatabase
like
0
Running
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
main
MaterialsDatabase
/
test_db.py
AbhijitClemson
Upload folder using huggingface_hub
1adc2e7
verified
29 days ago
raw
Copy download link
history
blame
contribute
delete
83 Bytes
from
db
import
fetch_all
rows = fetch_all(
"SELECT 1 AS test_value"
)
print
(rows)