Module adapters

Module adapters 

Source
Expand description

Adapter implementations for TypeScript code generation.

This module provides concrete implementations of the adapter traits for TypeScript-specific frameworks: boune and bun:sqlite.

Structsยง

BouneAdapter
Boune adapter for generating TypeScript CLI code targeting Bun runtime.
BunSqliteAdapter
Bun SQLite adapter using bun:sqlite.