Skip to content

Releases: Caripson/SQLumAI

v0.1.1

22 Aug 08:39

Choose a tag to compare

This is the first official release of SQLumAI, an AI-powered, non-blocking proxy for Microsoft SQL Server.

This release (v0.1.1) includes the foundational work from MVPs 1-3 and the extended features from MVP 4.

Key Features:

  • Transparent proxy and XEvents: A transparent TCP proxy for TDS, with the ability to capture query text and parameters via SQL Server Extended Events.
  • Rules Engine and API: An API-driven rules engine for defining and applying data quality policies.
  • Extended SQL detectors: Support for analyzing MERGE, BULK INSERT, and SELECT statements.
  • Normalization and data types: New normalizers for decimal, datetime, and uuid, as well as extended support for RPC data types.
  • LLM Integration: Integration with Ollama to generate insights and summaries from collected data.
  • UI and Tooling: A lightweight web UI for managing rules (/rules/ui), an XEvents setup helper, and a secrets provider.
  • CI/CD: Continuous integration via Docker, with tests for metrics and an LLM smoke test.
  • Documentation: Comprehensive documentation covering architecture, enforcement, how-to guides, LLM providers, and insights.