- Preparing search index...
- The search index is not available
kysely
Type alias PostgresCursorConstructor
PostgresCursorConstructor: (new <T>(sql,
parameters) => PostgresCursor<T>)
Type declaration
-
- new <T>(sql, parameters): PostgresCursor<T>
-
Parameters
-
sql: string
-
parameters: unknown[]