@effect/sql-sqlite-bun
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -10,2 +10,3 @@ "use strict"; | ||
var Statement = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/sql/Statement")); | ||
var Otel = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@opentelemetry/semantic-conventions")); | ||
var _bunSqlite = /*#__PURE__*/require("bun:sqlite"); | ||
@@ -125,3 +126,3 @@ var Config = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("effect/Config")); | ||
transactionAcquirer, | ||
spanAttributes: [["db.system", "sqlite"]] | ||
spanAttributes: [[Otel.SEMATTRS_DB_SYSTEM, Otel.DBSYSTEMVALUES_SQLITE]] | ||
}), { | ||
@@ -128,0 +129,0 @@ [TypeId]: TypeId, |
@@ -7,2 +7,3 @@ /** | ||
import * as Statement from "@effect/sql/Statement"; | ||
import * as Otel from "@opentelemetry/semantic-conventions"; | ||
import { Database } from "bun:sqlite"; | ||
@@ -93,3 +94,3 @@ import * as Config from "effect/Config"; | ||
transactionAcquirer, | ||
spanAttributes: [["db.system", "sqlite"]] | ||
spanAttributes: [[Otel.SEMATTRS_DB_SYSTEM, Otel.DBSYSTEMVALUES_SQLITE]] | ||
}), { | ||
@@ -96,0 +97,0 @@ [TypeId]: TypeId, |
{ | ||
"name": "@effect/sql-sqlite-bun", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "A SQLite toolkit for Effect", | ||
@@ -12,5 +12,8 @@ "license": "MIT", | ||
"sideEffects": [], | ||
"dependencies": { | ||
"@opentelemetry/semantic-conventions": "^1.24.1" | ||
}, | ||
"peerDependencies": { | ||
"@effect/platform": "^0.53.6", | ||
"@effect/sql": "^0.2.8", | ||
"@effect/platform": "^0.53.7", | ||
"@effect/sql": "^0.2.9", | ||
"effect": "^3.1.5" | ||
@@ -17,0 +20,0 @@ }, |
@@ -8,2 +8,3 @@ /** | ||
import * as Statement from "@effect/sql/Statement" | ||
import * as Otel from "@opentelemetry/semantic-conventions" | ||
import { Database } from "bun:sqlite" | ||
@@ -167,3 +168,3 @@ import * as Config from "effect/Config" | ||
transactionAcquirer, | ||
spanAttributes: [["db.system", "sqlite"]] | ||
spanAttributes: [[Otel.SEMATTRS_DB_SYSTEM, Otel.DBSYSTEMVALUES_SQLITE]] | ||
}) as SqliteClient, | ||
@@ -170,0 +171,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52180
795
216
216
4
20
5