You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add SQLite database setup for heartbeats processor
Add documentation and automation for SQLite database setup required
by the heartbeats processor when running 'make check' or 'make lint'.
Changes:
- Added SQLite database setup section to developer documentation
- Updated format-and-lint.sh script to automatically create the database
- Referenced tools/heartbeats-processor/schema.sql for schema creation
- Set DATABASE_URL environment variable as required by SQLx
This prevents 'database connection failed' errors when developers
run make check/lint commands.
0 commit comments