Sequel is a simple, flexible, and powerful SQL database access toolkit for Ruby. Sequel provides thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas.
The AI model is provided with the database schema, including table names and column details, before query generation. This process, known as schema grounding, helps the model understand the database ...