Langfuse-demo / init.sql
InnoLink's picture
Update init.sql
bf2bf1e verified
raw
history blame
199 Bytes
#File: init.sql
# – Tree-style outline: – - Database creation – - Users table – - Logs table – Linting: Run via psql; no Python lint here.
# CREATE DATABASE IF NOT EXISTS appdb; – etc.