| 24 | * @typeParam TSchema - The merged Drizzle schema object. |
| 25 | */ |
| 26 | export class DataConnection< |
| 27 | TSchema extends Record<string, unknown> = Record<string, unknown>, |
| 28 | > { |
| 29 | private _sqlite: SQLiteDatabase; |
nothing calls this directly
no outgoing calls
no test coverage detected