Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Dama12
/
scientific-backend
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e2bdc59
scientific-backend
/
test_db.py
Dama12
Initial clean backend deployment
0bd4ab4
5 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
131 Bytes
import
psycopg2
conn = psycopg2.connect(
'postgresql://user:onion123@localhost:5432/scoinvestigator'
)
print
(
"SUCCESS"
)
conn.close()