For the complete documentation index, see llms.txt. This page is also available as Markdown.

2. Adapters

Adapters are the backbone of the UI Components. 1. SQL Runner Adapter

The SQL Runner Adapter holds the connection to a database, we can run an SQL Query by calling the execAsync function. execAsync(query: string) -> Promise<result> run an SQL and receive the result.

2. JavaScript Runner Adapter. The JavaScript Runner Adapter can be linked with UI components to handle its events.

Last updated