- Go module, Makefile, .golangci.yaml, .gitignore, example config - TOML config loading with validation - SQLite database with WAL, foreign keys, busy timeout - Schema migrations: users, webauthn_credentials, notebooks, pages, strokes, share_links with indexes and cascading deletes - 4 tests: open+migrate, idempotent, foreign keys, cascade delete Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
60 B
Plaintext
8 lines
60 B
Plaintext
eng-pad-server
|
|
/srv/
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
.idea/
|
|
.vscode/
|