routewatch/internal
sneak 4a3d71d307 Extract database schema to separate SQL file
- Move schema from database.go to schema.sql
- Use go:embed to include schema at compile time
- Add 'out' debug file to .gitignore

This makes the schema more maintainable and easier to review.
2025-07-27 22:38:51 +02:00
..
database Extract database schema to separate SQL file 2025-07-27 22:38:51 +02:00
metrics Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Remove BGP keepalive logging and add peer tracking 2025-07-27 21:54:58 +02:00
server Add SQL query logging and performance improvements 2025-07-27 22:34:48 +02:00
streamer Remove BGP keepalive logging and add peer tracking 2025-07-27 21:54:58 +02:00
templates Add SQL query logging and performance improvements 2025-07-27 22:34:48 +02:00