SQL
Learn how to use natural language to generate SQL queries and execute them with the Boltic Tables SDK. This section covers text-to-SQL conversion, query execution, and advanced SQL operations with examples and best practices.
📄️ Overview
Introduction to SQL operations with the Boltic Tables SDK - natural language to SQL conversion and query execution
📄️ Getting Started
Learn the basics of SQL operations with the Boltic Tables SDK - from setup to your first queries
📄️ Text-to-SQL
Convert natural language descriptions into SQL queries using the textToSQL function
📄️ Execute SQL
Execute SQL queries and handle results using the executeSQL function