Files
ryan 8b32d98267 Initial commit: potluck signup app
Go + chi + SQLite + HTMX with SSE live updates.
Soft Brutalism design, emoji picker, Docker deploy.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-14 22:55:54 -04:00

10 lines
153 B
YAML

version: "2"
sql:
- engine: "sqlite"
queries: "db/queries.sql"
schema: "schema.sql"
gen:
go:
package: "db"
out: "db"