Discover accessible databases on SQL Server by querying sys.databases, excluding system and blocked databases by default, with options to include system databases.
Execute SQL queries via SQLAlchemy, bind parameters for prepared SQL, and retrieve fully rendered SQL with literals in metadata. Ideal for querying and analyzing Teradata databases.
Discover available databases on SQL Server by querying sys.databases, excluding system databases by default and respecting blocklist configurations to identify accessible data sources.
Enables AI models to interact with MS SQL Server databases through a standardized interface. Supports executing SQL queries with parameters, listing tables, and describing table schemas.
Enables intelligent handling of large files through smart chunking, search with regex support, line navigation, and streaming capabilities without loading entire files into memory.