A simple TCP server that logs and executes received SQL queries against an in-memory SQLite database for Agents
- Language: Go
- Database: SQLite (github.com/mattn/go-sqlite3 - CGO enabled)
- Protocol: TCP
go build ./cmd/gosqueal./gosqueal -port 1118docker build -t gosqueal .<- Refactor tests to use isolated listeners for better trigger -->