SQL Server
Overview
The Sql Server connector allows you to sync data from Sql Server into Graffo, making it available for search and retrieval by your agents.
Configuration
SQLServerSource
SQL Server source implementation.
This source connects to a SQL Server database and generates entities for each table in the specified schemas. It uses database introspection to:
Discover tables and their structures
Create appropriate entity classes dynamically
Generate entities for each table's data
Source Code: View on GitHub
Authentication
This connector uses a custom authentication configuration class: SQLServerAuthConfig.
Last updated
