wireplanner/internal/db
Joca a0f05791f8
Initial commit: Go + HTMX network mapping tool
- Database schema (SQLite) with migrations
- Data models: racks, devices, device models, ports, connections
- CRUD store layer in internal/db/
- Connection tracing service
- HTTP handlers for overview, rack, device, model, connection, wall sockets
- HTML templates with HTMX for connection modal
- Dark-themed CSS
- Vanilla JS for modal overlay management
2026-06-03 23:11:15 -03:00
..
connections.go Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
db.go Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -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