libSQL by xexrMCP Server28/100 via “sql query execution with transaction support”
** - MCP server for libSQL databases with comprehensive security and management tools. Supports file, local HTTP, and remote Turso databases with connection pooling, transaction support, and 6 specialized database tools.
Unique: Combines transaction state machine with parameterized query execution in a single abstraction, preventing common transaction nesting errors while maintaining SQL injection protection through automatic parameter binding
vs others: More robust than raw SQL execution because it enforces transaction semantics and prevents injection attacks automatically, while remaining simpler than ORMs that add abstraction overhead