Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
InnoLink
/
Langfuse-demo
like
1
Paused
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
InnoLink
commited on
Jan 22
Commit
bf2bf1e
·
verified
·
1 Parent(s):
8056333
Update init.sql
Browse files
Files changed (1)
hide
show
init.sql
+4
-0
init.sql
CHANGED
Viewed
@@ -0,0 +1,4 @@
1
+
#File: init.sql
2
+
3
+
# – Tree-style outline: – - Database creation – - Users table – - Logs table – Linting: Run via psql; no Python lint here.
4
+
# CREATE DATABASE IF NOT EXISTS appdb; – etc.