| 124 | } |
| 125 | |
| 126 | interface LibsqlConnection extends Connection { |
| 127 | readonly beginTransaction: Effect.Effect<LibsqlConnection, SqlError> |
| 128 | readonly commit: Effect.Effect<void, SqlError> |
| 129 | readonly rollback: Effect.Effect<void, SqlError> |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * @category constructor |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…