01Execute arbitrary valid SQL queries, including SELECT, INSERT, UPDATE, DELETE, and CREATE
02Built-in protection against SQL injection using parameterized queries
03Supports multiple communication modes: stdio, Server-Sent Events (SSE), and streamable-HTTP
04Configurable IP address, port, and logging level for server operation
05Automatic creation of a 'demo.db' SQLite database file upon service startup
060 GitHub stars