Skip to main content

SQL emitter

The SQL emitter, imported from kineo/emitters/sql, provides two exports: emit, the default export, taking in an IR and a SQL dialect, and Dialect, a SQL dialect interface, that contains a set of functions.

See the API reference for more details.