wireplanner/internal/db
Joca 1a8799d711
Fixed template inheritance and SQLite connection pooling
- Each page template now parsed with base.html separately to avoid content block conflicts
- Connection fragments parsed standalone without base layout
- Increased SQLite max connections to 5 to prevent nested query deadlocks
- Verified connection tracing works through patch panels and wall sockets
2026-06-03 23:18:09 -03:00
..
connections.go Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
db.go Fixed template inheritance and SQLite connection pooling 2026-06-03 23:18:09 -03:00
device_models.go Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
devices.go Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
ports.go Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
racks.go Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
schema.sql Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00