A DuckDB extension for connecting to Microsoft SQL Server databases using native TDS protocol - no ODBC, JDBC, or external drivers required. Experimental: This extension is under active development.
I did some vibe coding for a few days and built a SQL Server extension using a RAG approach. It understands your database schema, learns from the training data you provide, and generates SQL queries ...