| /** | |
| * Low-level SQL connection contract used by driver integrations. | |
| * | |
| * A `Connection` is the driver-facing layer under `SqlClient`. It executes | |
| * already-compiled SQL with positional parameters and can return transformed | |
| * rows, raw driver results, streams, value arrays, or unprepared statement | |
| * results. This module also defines the scoped connection acquirer type, the | |
| * connection service tag, and the generic row shape. | |
| * | |
| * @since 4.0.0 | |
| */ | |
| import * as Context from "../../Context.js"; | |
| /** | |
| * Service tag for a low-level SQL `Connection`. | |
| * | |
| * @category services | |
| * @since 4.0.0 | |
| */ | |
| export const Connection = /*#__PURE__*/Context.Service("effect/sql/SqlConnection"); | |
| //# sourceMappingURL=SqlConnection.js.map |
Xet Storage Details
- Size:
- 726 Bytes
- Xet hash:
- c192c9860a5021db2282a15553beed2497b272bfcdf92c7ebd5208116faf41fa
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.