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:
heyeyydss
/
api9nin
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c8ae75d
api9nin
/
src
/
lib
/
requestDetailsDb.js
github-actions[bot]
deploy from github actions 2026-06-18
c8ae75d
3 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
166 Bytes
// Shim → re-export from new SQLite-based DB layer (src/lib/db/)
export
{
saveRequestDetail, getRequestDetails, getRequestDetailById,
}
from
"@/lib/db/index.js"
;