Values.QueryGenerationContextSource>Contains configurations for context to use during query generation.
type nonrec t = {tables : QueryGenerationTables.t option;An array of objects, each of which defines information about a table in the database.
*)curatedQueries : CuratedQueries.t option;An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of QueryGenerationColumnName.t ])
list ]
list
| `String of QueryGenerationTableName.t ])
list ]
list ])
list ]