Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
DataEyond
/
Agentic-Service-Data-Eyond
like
0
Paused
App
Files
Files
Community
16
Fetching metadata from the HF Docker repository...
refs/pr/2
Agentic-Service-Data-Eyond
/
src
/
api
/
v1
/
db_client.py
ishaq101
[NOTICKET] Init db_client endpoint
a7d8798
about 1 month ago
raw
Copy download link
history
blame
Safe
149 Bytes
from
typing
import
Literal
,
Dict
dbtypes:
Literal
[
"postgresql"
,
"mysql"
,
"sqlite"
] =
Literal
[
"postgresql"
,
"mysql"
,
"sqlite"
]
creds:
Dict
[
str
,
str
]