@event-driven-io/dumbo 0.13.0-beta.2 → 0.13.0-beta.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/dist/chunk-65DKXURG.js +481 -0
  2. package/dist/chunk-65DKXURG.js.map +1 -0
  3. package/dist/chunk-7WEBHXZD.cjs +481 -0
  4. package/dist/chunk-7WEBHXZD.cjs.map +1 -0
  5. package/dist/chunk-AMACBMAZ.cjs +556 -0
  6. package/dist/chunk-AMACBMAZ.cjs.map +1 -0
  7. package/dist/chunk-FC4JR2R3.js +83 -0
  8. package/dist/chunk-FC4JR2R3.js.map +1 -0
  9. package/dist/chunk-H7ZKIJHB.cjs +83 -0
  10. package/dist/chunk-H7ZKIJHB.cjs.map +1 -0
  11. package/dist/chunk-IVJ3SNPJ.js +34 -0
  12. package/dist/chunk-IVJ3SNPJ.js.map +1 -0
  13. package/dist/chunk-R7P7CNMK.cjs +34 -0
  14. package/dist/chunk-R7P7CNMK.cjs.map +1 -0
  15. package/dist/{chunk-XVV3OOQX.js → chunk-T4A6BQRA.js} +209 -58
  16. package/dist/chunk-T4A6BQRA.js.map +1 -0
  17. package/dist/{chunk-N7RWT46K.js → chunk-XO5T5N5S.js} +2135 -1613
  18. package/dist/chunk-XO5T5N5S.js.map +1 -0
  19. package/dist/{chunk-OJ34O3Q2.cjs → chunk-XOQHZABK.cjs} +2161 -1639
  20. package/dist/chunk-XOQHZABK.cjs.map +1 -0
  21. package/dist/cloudflare.cjs +451 -0
  22. package/dist/cloudflare.cjs.map +1 -0
  23. package/dist/cloudflare.d.cts +92 -0
  24. package/dist/cloudflare.d.ts +92 -0
  25. package/dist/cloudflare.js +451 -0
  26. package/dist/cloudflare.js.map +1 -0
  27. package/dist/{columnProcessors-DMPpTPqM.d.ts → columnProcessors-C7fRa54L.d.ts} +1 -1
  28. package/dist/{columnProcessors-BX-sH7ah.d.cts → columnProcessors-Difrrk4c.d.cts} +1 -1
  29. package/dist/{connectionString-B1wm0TFc.d.cts → connectionString-oeg1LD5V.d.cts} +352 -137
  30. package/dist/{connectionString-B1wm0TFc.d.ts → connectionString-oeg1LD5V.d.ts} +352 -137
  31. package/dist/index.cjs +96 -4
  32. package/dist/index.cjs.map +1 -1
  33. package/dist/index.d.cts +23 -18
  34. package/dist/index.d.ts +23 -18
  35. package/dist/index.js +101 -9
  36. package/dist/index.js.map +1 -1
  37. package/dist/pg.cjs +382 -9
  38. package/dist/pg.cjs.map +1 -1
  39. package/dist/pg.d.cts +81 -105
  40. package/dist/pg.d.ts +81 -105
  41. package/dist/pg.js +434 -61
  42. package/dist/pg.js.map +1 -1
  43. package/dist/postgresql.cjs +50 -0
  44. package/dist/postgresql.cjs.map +1 -0
  45. package/dist/postgresql.d.cts +61 -0
  46. package/dist/postgresql.d.ts +61 -0
  47. package/dist/postgresql.js +50 -0
  48. package/dist/sqlite.cjs +56 -0
  49. package/dist/sqlite.cjs.map +1 -0
  50. package/dist/{index-C0h0c380.d.cts → sqlite.d.cts} +31 -10
  51. package/dist/{index-C2z_XBn6.d.ts → sqlite.d.ts} +31 -10
  52. package/dist/sqlite.js +56 -0
  53. package/dist/sqlite3.cjs +240 -11
  54. package/dist/sqlite3.cjs.map +1 -1
  55. package/dist/sqlite3.d.cts +39 -19
  56. package/dist/sqlite3.d.ts +39 -19
  57. package/dist/sqlite3.js +251 -22
  58. package/dist/sqlite3.js.map +1 -1
  59. package/package.json +69 -29
  60. package/dist/chunk-A7TC7IOP.cjs +0 -55
  61. package/dist/chunk-A7TC7IOP.cjs.map +0 -1
  62. package/dist/chunk-F7JQ7BX7.js +0 -240
  63. package/dist/chunk-F7JQ7BX7.js.map +0 -1
  64. package/dist/chunk-I34X53VL.js +0 -688
  65. package/dist/chunk-I34X53VL.js.map +0 -1
  66. package/dist/chunk-ISNF6USX.cjs +0 -688
  67. package/dist/chunk-ISNF6USX.cjs.map +0 -1
  68. package/dist/chunk-IYEHOE4S.cjs +0 -405
  69. package/dist/chunk-IYEHOE4S.cjs.map +0 -1
  70. package/dist/chunk-L2YZQAG3.cjs +0 -240
  71. package/dist/chunk-L2YZQAG3.cjs.map +0 -1
  72. package/dist/chunk-N7RWT46K.js.map +0 -1
  73. package/dist/chunk-OJ34O3Q2.cjs.map +0 -1
  74. package/dist/chunk-TXSETOGH.js +0 -55
  75. package/dist/chunk-TXSETOGH.js.map +0 -1
  76. package/dist/chunk-XVV3OOQX.js.map +0 -1
  77. package/dist/d1.cjs +0 -277
  78. package/dist/d1.cjs.map +0 -1
  79. package/dist/d1.d.cts +0 -72
  80. package/dist/d1.d.ts +0 -72
  81. package/dist/d1.js +0 -277
  82. package/dist/d1.js.map +0 -1
  83. package/dist/pg-3ACXFMU4.cjs +0 -59
  84. package/dist/pg-3ACXFMU4.cjs.map +0 -1
  85. package/dist/pg-GHOW3XSG.js +0 -59
  86. package/dist/sqlite3-EEIKQCJR.js +0 -25
  87. package/dist/sqlite3-SE4DDYZE.cjs +0 -25
  88. package/dist/sqlite3-SE4DDYZE.cjs.map +0 -1
  89. /package/dist/{pg-GHOW3XSG.js.map → postgresql.js.map} +0 -0
  90. /package/dist/{sqlite3-EEIKQCJR.js.map → sqlite.js.map} +0 -0
@@ -1,1718 +1,2174 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// src/core/drivers/index.ts
2
- function toDatabaseDriverType(databaseType, driverName) {
3
- return `${databaseType}:${driverName}`;
4
- }
5
- function fromDatabaseDriverType(databaseDriverType) {
6
- const parts = databaseDriverType.split(":");
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } var _class; var _class2; var _class3; var _class4; var _class5; var _class6; var _class7; var _class8; var _class9; var _class10; var _class11; var _class12; var _class13; var _class14; var _class15; var _class16; var _class17; var _class18; var _class19;// src/core/schema/schemaComponent.ts
2
+ var schemaComponent = (key, options) => {
3
+ const componentsMap = new Map(
4
+ _optionalChain([options, 'access', _2 => _2.components, 'optionalAccess', _3 => _3.map, 'call', _4 => _4((comp) => [comp.schemaComponentKey, comp])])
5
+ );
6
+ const migrations = [..._nullishCoalesce(options.migrations, () => ( []))];
7
7
  return {
8
- databaseType: parts[0],
9
- driverName: parts[1]
8
+ schemaComponentKey: key,
9
+ components: componentsMap,
10
+ get migrations() {
11
+ return [
12
+ ...migrations,
13
+ ...Array.from(componentsMap.values()).flatMap((c) => c.migrations)
14
+ ];
15
+ },
16
+ addComponent: (component) => {
17
+ componentsMap.set(component.schemaComponentKey, component);
18
+ migrations.push(...component.migrations);
19
+ return component;
20
+ },
21
+ addMigration: (migration) => {
22
+ migrations.push(migration);
23
+ }
10
24
  };
11
- }
12
- function getDatabaseDriverName(databaseDriverType) {
13
- const { driverName } = fromDatabaseDriverType(databaseDriverType);
14
- return driverName;
15
- }
16
- function getDatabaseType(databaseDriverType) {
17
- const { databaseType } = fromDatabaseDriverType(databaseDriverType);
18
- return databaseType;
19
- }
20
-
21
- // src/core/serializer/json/index.ts
22
- var bigIntReplacer = (_key, value) => {
23
- return typeof value === "bigint" ? value.toString() : value;
24
25
  };
25
- var bigIntReviver = (_key, value) => {
26
- if (typeof value === "string" && /^[+-]?\d+n?$/.test(value)) {
27
- return BigInt(value);
28
- }
29
- return value;
30
- };
31
- var composeJSONReplacers = (...replacers) => (key, value) => (
32
- // eslint-disable-next-line @typescript-eslint/no-unsafe-return
33
- replacers.reduce((accValue, replacer) => replacer(key, accValue), value)
34
- );
35
- var composeJSONRevivers = (...revivers) => (key, value) => (
36
- // eslint-disable-next-line @typescript-eslint/no-unsafe-return
37
- revivers.reduce((accValue, reviver) => reviver(key, accValue), value)
26
+ var isSchemaComponentOfType = (component, prefix) => component.schemaComponentKey.startsWith(prefix);
27
+ var filterSchemaComponentsOfType = (components, prefix) => mapSchemaComponentsOfType(components, prefix);
28
+ var mapSchemaComponentsOfType = (components, prefix, keyMapper) => new Map(
29
+ Array.from(components.entries()).filter(([urn]) => urn.startsWith(prefix)).map(([urn, component]) => [
30
+ keyMapper ? keyMapper(component) : urn,
31
+ component
32
+ ])
38
33
  );
39
- var JSONReplacer = (opts) => _optionalChain([opts, 'optionalAccess', _2 => _2.disableBigIntSerialization]) == true ? opts.replacer ? opts.replacer : void 0 : _optionalChain([opts, 'optionalAccess', _3 => _3.replacer]) ? composeJSONReplacers(JSONReplacers.bigInt, opts.replacer) : JSONReplacers.bigInt;
40
- var JSONReviver = (opts) => _optionalChain([opts, 'optionalAccess', _4 => _4.disableBigIntSerialization]) == true ? opts.reviver ? opts.reviver : void 0 : _optionalChain([opts, 'optionalAccess', _5 => _5.reviver]) ? composeJSONRevivers(JSONRevivers.bigInt, opts.reviver) : JSONRevivers.bigInt;
41
- var JSONReplacers = {
42
- bigInt: bigIntReplacer
34
+ var findSchemaComponentsOfType = (root, prefix) => {
35
+ const results = [];
36
+ const traverse = (component) => {
37
+ if (component.schemaComponentKey.startsWith(prefix)) {
38
+ results.push(component);
39
+ }
40
+ for (const child of component.components.values()) {
41
+ traverse(child);
42
+ }
43
+ };
44
+ traverse(root);
45
+ return results;
43
46
  };
44
- var JSONRevivers = {
45
- bigInt: bigIntReviver
47
+
48
+ // src/core/schema/components/columnSchemaComponent.ts
49
+ var ColumnURNType = "sc:dumbo:column";
50
+ var ColumnURN = ({
51
+ name
52
+ }) => `${ColumnURNType}:${name}`;
53
+ var columnSchemaComponent = (params) => {
54
+ const {
55
+ columnName,
56
+ type,
57
+ notNull,
58
+ unique,
59
+ primaryKey,
60
+ default: defaultValue,
61
+ ...schemaOptions
62
+ } = params;
63
+ const sc = schemaComponent(ColumnURN({ name: columnName }), schemaOptions);
64
+ const result = {
65
+ ...sc,
66
+ columnName,
67
+ notNull,
68
+ unique,
69
+ primaryKey,
70
+ defaultValue,
71
+ sqlTokenType: "SQL_COLUMN",
72
+ name: columnName,
73
+ type
74
+ };
75
+ return result;
46
76
  };
47
- var jsonSerializer = (options) => {
48
- const defaultReplacer = JSONReplacer(options);
49
- const defaultReviver = JSONReviver(options);
77
+
78
+ // src/core/schema/components/indexSchemaComponent.ts
79
+ var IndexURNType = "sc:dumbo:index";
80
+ var IndexURN = ({ name }) => `${IndexURNType}:${name}`;
81
+ var indexSchemaComponent = ({
82
+ indexName,
83
+ columnNames,
84
+ isUnique,
85
+ ...migrationsOrComponents
86
+ }) => {
87
+ const sc = schemaComponent(IndexURN({ name: indexName }), {
88
+ migrations: _nullishCoalesce(migrationsOrComponents.migrations, () => ( [])),
89
+ components: [..._nullishCoalesce(migrationsOrComponents.components, () => ( []))]
90
+ });
50
91
  return {
51
- serialize: (object, options2) => JSON.stringify(object, options2 ? JSONReplacer(options2) : defaultReplacer),
52
- deserialize: (payload, options2) => JSON.parse(payload, options2 ? JSONReviver(options2) : defaultReviver)
92
+ ...sc,
93
+ indexName,
94
+ get columnNames() {
95
+ return columnNames;
96
+ },
97
+ addColumn: (column) => columnNames.push(typeof column === "string" ? column : column.columnName),
98
+ isUnique
53
99
  };
54
100
  };
55
- var JSONSerializer = jsonSerializer({ disableBigIntSerialization: false });
56
- var RawJSONSerializer = jsonSerializer({ disableBigIntSerialization: true });
57
101
 
58
- // src/core/sql/parametrizedSQL/parametrizedSQL.ts
59
- var ParametrizedSQLBuilder = ({
60
- mapParamPlaceholder
102
+ // src/core/schema/components/tableSchemaComponent.ts
103
+ var TableURNType = "sc:dumbo:table";
104
+ var TableURN = ({ name }) => `${TableURNType}:${name}`;
105
+ var tableSchemaComponent = ({
106
+ tableName,
107
+ columns,
108
+ primaryKey,
109
+ relationships,
110
+ ...migrationsOrComponents
61
111
  }) => {
62
- const sql = [];
63
- const params = [];
112
+ columns ??= {};
113
+ relationships ??= {};
114
+ const base = schemaComponent(TableURN({ name: tableName }), {
115
+ migrations: _nullishCoalesce(migrationsOrComponents.migrations, () => ( [])),
116
+ components: [
117
+ ..._nullishCoalesce(migrationsOrComponents.components, () => ( [])),
118
+ ...Object.values(columns)
119
+ ]
120
+ });
64
121
  return {
65
- addSQL(str) {
66
- sql.push(str);
67
- return this;
68
- },
69
- addParam(value) {
70
- sql.push(mapParamPlaceholder(params.length, value));
71
- params.push(value);
72
- return this;
122
+ ...base,
123
+ tableName,
124
+ primaryKey: _nullishCoalesce(primaryKey, () => ( [])),
125
+ relationships,
126
+ get columns() {
127
+ const columnsMap = mapSchemaComponentsOfType(
128
+ base.components,
129
+ ColumnURNType,
130
+ (c) => c.columnName
131
+ );
132
+ return Object.assign(columnsMap, columns);
73
133
  },
74
- addParams(values) {
75
- const placeholders = values.map(
76
- (value, i) => mapParamPlaceholder(params.length + i, value)
134
+ get indexes() {
135
+ return mapSchemaComponentsOfType(
136
+ base.components,
137
+ IndexURNType,
138
+ (c) => c.indexName
77
139
  );
78
- this.addSQL(`(${placeholders.join(", ")})`);
79
- params.push(...values);
80
- return this;
81
140
  },
82
- build() {
83
- return {
84
- query: sql.join(""),
85
- params
86
- };
87
- }
141
+ addColumn: (column) => base.addComponent(column),
142
+ addIndex: (index) => base.addComponent(index)
88
143
  };
89
144
  };
90
145
 
91
- // src/core/sql/tokens/sqlToken.ts
92
- var SQLToken = (sqlTokenType, map) => {
93
- const factory = (input) => {
94
- let props;
95
- if (map !== void 0) {
96
- props = map(input);
97
- } else if (input === void 0 || input === null) {
98
- props = {};
99
- } else if (typeof input === "object" && !Array.isArray(input)) {
100
- props = input;
101
- } else {
102
- throw new Error(
103
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
104
- `Cannot create SQLToken of type ${sqlTokenType} with input: ${input}`
146
+ // src/core/schema/components/databaseSchemaSchemaComponent.ts
147
+ var DatabaseSchemaURNType = "sc:dumbo:database_schema";
148
+ var DatabaseSchemaURN = ({
149
+ name
150
+ }) => `${DatabaseSchemaURNType}:${name}`;
151
+ var databaseSchemaSchemaComponent = ({
152
+ schemaName,
153
+ tables,
154
+ ...migrationsOrComponents
155
+ }) => {
156
+ const base = schemaComponent(DatabaseSchemaURN({ name: schemaName }), {
157
+ migrations: _nullishCoalesce(migrationsOrComponents.migrations, () => ( [])),
158
+ components: [
159
+ ..._nullishCoalesce(migrationsOrComponents.components, () => ( [])),
160
+ ...Object.values(_nullishCoalesce(tables, () => ( {})))
161
+ ]
162
+ });
163
+ return {
164
+ ...base,
165
+ schemaName,
166
+ get tables() {
167
+ const tablesMap = mapSchemaComponentsOfType(
168
+ base.components,
169
+ TableURNType,
170
+ (c) => c.tableName
105
171
  );
106
- }
107
- return {
108
- sqlTokenType,
109
- [sqlTokenType]: true,
110
- ...props
111
- };
172
+ return Object.assign(tablesMap, tables);
173
+ },
174
+ addTable: (table) => base.addComponent(
175
+ typeof table === "string" ? tableSchemaComponent({ tableName: table }) : table
176
+ )
112
177
  };
113
- const check = (token) => SQLToken.check(token) && token.sqlTokenType === sqlTokenType;
114
- return { from: factory, check, type: sqlTokenType };
115
178
  };
116
- SQLToken.check = (token) => token !== null && typeof token === "object" && "sqlTokenType" in token;
117
- var SQLIdentifier = SQLToken(
118
- "SQL_IDENTIFIER",
119
- (value) => ({
120
- value
121
- })
122
- );
123
- var SQLPlain = SQLToken("SQL_RAW", (value) => ({
124
- value
125
- }));
126
- var SQLLiteral = SQLToken(
127
- "SQL_LITERAL",
128
- (value) => ({
129
- value
130
- })
131
- );
132
- var SQLArray = SQLToken("SQL_ARRAY", (value) => ({
133
- value
134
- }));
135
- var SQLIn = SQLToken(
136
- "SQL_IN",
137
- ({ column, values }) => ({
138
- column: SQLIdentifier.from(column),
139
- values: SQLArray.from(values)
140
- })
141
- );
142
179
 
143
- // src/core/sql/tokens/columnTokens.ts
144
- var ColumnTypeToken = (sqlTokenType, jsTypeName, map) => {
145
- const factory = (input) => {
146
- let props;
147
- if (map !== void 0) {
148
- props = map(input);
149
- } else if (input === void 0 || input === null) {
150
- props = {};
151
- } else if (typeof input === "object" && !Array.isArray(input)) {
152
- props = input;
153
- } else {
154
- throw new Error(
155
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
156
- `Cannot create SQLToken of type ${sqlTokenType} with input: ${input}`
180
+ // src/core/schema/components/databaseSchemaComponent.ts
181
+ var DatabaseURNType = "sc:dumbo:database";
182
+ var DatabaseURN = ({ name }) => `${DatabaseURNType}:${name}`;
183
+ var databaseSchemaComponent = ({
184
+ databaseName,
185
+ schemas,
186
+ ...migrationsOrComponents
187
+ }) => {
188
+ schemas ??= {};
189
+ const base = schemaComponent(DatabaseURN({ name: databaseName }), {
190
+ migrations: _nullishCoalesce(migrationsOrComponents.migrations, () => ( [])),
191
+ components: [
192
+ ..._nullishCoalesce(migrationsOrComponents.components, () => ( [])),
193
+ ...Object.values(schemas)
194
+ ]
195
+ });
196
+ return {
197
+ ...base,
198
+ databaseName,
199
+ get schemas() {
200
+ const schemasMap = mapSchemaComponentsOfType(
201
+ base.components,
202
+ DatabaseSchemaURNType,
203
+ (c) => c.schemaName
157
204
  );
158
- }
159
- return {
160
- sqlTokenType,
161
- [sqlTokenType]: true,
162
- jsTypeName,
163
- ...props
164
- };
205
+ return Object.assign(schemasMap, schemas);
206
+ },
207
+ addSchema: (schema) => base.addComponent(
208
+ typeof schema === "string" ? databaseSchemaSchemaComponent({ schemaName: schema }) : schema
209
+ )
165
210
  };
166
- const check = (token) => SQLToken.check(token) && token.sqlTokenType === sqlTokenType;
167
- return { from: factory, check, type: sqlTokenType };
168
211
  };
169
- var SerialToken = ColumnTypeToken(
170
- "SQL_COLUMN_SERIAL",
171
- "value_type:js:number"
172
- );
173
- var BigSerialToken = ColumnTypeToken(
174
- "SQL_COLUMN_BIGSERIAL",
175
- "value_type:js:bigint"
176
- );
177
- var IntegerToken = ColumnTypeToken(
178
- "SQL_COLUMN_INTEGER",
179
- "value_type:js:number"
180
- );
181
- var BigIntegerToken = ColumnTypeToken(
182
- "SQL_COLUMN_BIGINT",
183
- "value_type:js:bigint"
184
- );
185
- var JSONBToken = {
186
- type: "SQL_COLUMN_JSONB",
187
- from: () => {
188
- return {
189
- sqlTokenType: "SQL_COLUMN_JSONB",
190
- ["SQL_COLUMN_JSONB"]: true
191
- };
192
- },
193
- check: (token) => SQLToken.check(token) && token.sqlTokenType === "SQL_COLUMN_JSONB"
212
+
213
+ // src/core/schema/components/relationships/relationshipTypes.ts
214
+ var relationship = (columns, references, type) => {
215
+ return {
216
+ columns,
217
+ references,
218
+ type
219
+ };
194
220
  };
195
- var TimestampToken = ColumnTypeToken(
196
- "SQL_COLUMN_TIMESTAMP",
197
- "value_type:js:date"
198
- );
199
- var TimestamptzToken = ColumnTypeToken(
200
- "SQL_COLUMN_TIMESTAMPTZ",
201
- "value_type:js:date"
202
- );
203
- var VarcharToken = ColumnTypeToken(
204
- "SQL_COLUMN_VARCHAR",
205
- "value_type:js:string",
206
- (length) => ({
207
- length: _nullishCoalesce(length, () => ( "max")),
208
- jsTypeName: "value_type:js:string"
209
- })
210
- );
211
- var AutoIncrementSQLColumnToken = ColumnTypeToken(
212
- "SQL_COLUMN_AUTO_INCREMENT",
213
- "value_type:js:bigint"
214
- );
215
- var SQLColumnTypeTokens = {
216
- AutoIncrement: AutoIncrementSQLColumnToken,
217
- BigInteger: BigIntegerToken,
218
- BigSerial: BigSerialToken,
219
- Integer: IntegerToken,
220
- JSONB: JSONBToken,
221
- Serial: SerialToken,
222
- Timestamp: TimestampToken,
223
- Timestamptz: TimestamptzToken,
224
- Varchar: VarcharToken
221
+
222
+ // src/core/schema/components/index.ts
223
+ var schemaComponentURN = {
224
+ database: DatabaseURN,
225
+ schema: DatabaseSchemaURN,
226
+ table: TableURN,
227
+ column: ColumnURN,
228
+ index: IndexURN,
229
+ extractName: (urn) => {
230
+ const parts = urn.split(":");
231
+ return parts[parts.length - 1] || "";
232
+ }
225
233
  };
226
- var SQLColumnTypeTokensFactory = {
227
- AutoIncrement: AutoIncrementSQLColumnToken.from,
228
- BigInteger: BigIntegerToken.from(),
229
- BigSerial: BigSerialToken.from(),
230
- Integer: IntegerToken.from(),
231
- JSONB: JSONBToken.from,
232
- Serial: SerialToken.from(),
233
- Timestamp: TimestampToken.from(),
234
- Timestamptz: TimestamptzToken.from(),
235
- Varchar: VarcharToken.from
234
+
235
+ // src/core/drivers/databaseDriver.ts
236
+ var canHandleDriverWithConnectionString = (driver, tryParseConnectionString) => (options) => {
237
+ if ("driverType" in options) return options.driverType === driver;
238
+ if ("connectionString" in options && typeof options.connectionString === "string")
239
+ return tryParseConnectionString(options.connectionString) !== null;
240
+ return false;
236
241
  };
237
- var SQLColumnToken = SQLToken("SQL_COLUMN");
242
+ var DumboDatabaseDriverRegistry = () => {
243
+ const drivers = /* @__PURE__ */ new Map();
244
+ const register = (driverType, plugin) => {
245
+ const entry = drivers.get(driverType);
246
+ if (entry && (typeof entry !== "function" || typeof plugin === "function")) {
247
+ return;
248
+ }
249
+ drivers.set(driverType, plugin);
250
+ };
251
+ const getDriver = (options) => options.driverType ? drivers.get(options.driverType) : [...drivers.values()].find(
252
+ (d) => typeof d !== "function" && d.canHandle(options)
253
+ );
254
+ const tryResolve = async (options) => {
255
+ const driver = getDriver(options);
256
+ if (!driver) return null;
257
+ if (typeof driver !== "function") return driver;
258
+ const plugin = await driver();
259
+ register(plugin.driverType, plugin);
260
+ return plugin;
261
+ };
262
+ const tryGet = (options) => {
263
+ const driver = getDriver(options);
264
+ return driver && typeof driver !== "function" ? driver : null;
265
+ };
266
+ const has = (driverType) => drivers.has(driverType);
267
+ return {
268
+ register,
269
+ tryResolve,
270
+ tryGet,
271
+ has,
272
+ get databaseDriverTypes() {
273
+ return Array.from(drivers.keys());
274
+ }
275
+ };
276
+ };
277
+ var dumboDatabaseDriverRegistry = globalThis.dumboDatabaseDriverRegistry = _nullishCoalesce(globalThis.dumboDatabaseDriverRegistry, () => ( DumboDatabaseDriverRegistry()));
238
278
 
239
- // src/core/sql/processors/sqlProcessor.ts
240
- var SQLProcessor = (options) => options;
279
+ // src/core/drivers/index.ts
280
+ function toDatabaseDriverType(databaseType, driverName) {
281
+ return `${databaseType}:${driverName}`;
282
+ }
283
+ function fromDatabaseDriverType(databaseDriverType) {
284
+ const parts = databaseDriverType.split(":");
285
+ return {
286
+ databaseType: parts[0],
287
+ driverName: parts[1]
288
+ };
289
+ }
290
+ function getDatabaseDriverName(databaseDriverType) {
291
+ const { driverName } = fromDatabaseDriverType(databaseDriverType);
292
+ return driverName;
293
+ }
294
+ function getDatabaseType(databaseDriverType) {
295
+ const { databaseType } = fromDatabaseDriverType(databaseDriverType);
296
+ return databaseType;
297
+ }
241
298
 
242
- // src/core/sql/processors/defaultProcessors.ts
243
- var ExpandArrayProcessor = SQLProcessor({
244
- canHandle: "SQL_ARRAY",
245
- handle: (token, { builder, mapper }) => {
246
- if (token.value.length === 0) {
247
- throw new Error(
248
- "Empty arrays are not supported. If you're using it with SELECT IN statement Use SQL.in(column, array) helper instead."
249
- );
250
- }
251
- builder.addParams(mapper.mapValue(token.value));
252
- }
253
- });
254
- var ExpandSQLInProcessor = SQLProcessor({
255
- canHandle: "SQL_IN",
256
- handle: (token, context) => {
257
- const { builder, mapper, processorsRegistry } = context;
258
- const { values: inValues, column } = token;
259
- if (inValues.value.length === 0) {
260
- builder.addParam(mapper.mapValue(false));
299
+ // src/core/schema/databaseMetadata/databaseMetadata.ts
300
+ var DumboDatabaseMetadataRegistry = () => {
301
+ const infos = /* @__PURE__ */ new Map();
302
+ const register = (databaseType, info) => {
303
+ const entry = infos.get(databaseType);
304
+ if (entry && (typeof entry !== "function" || typeof info === "function")) {
261
305
  return;
262
306
  }
263
- builder.addSQL(mapper.mapValue(column.value));
264
- builder.addSQL(` IN `);
265
- const arrayProcessor = processorsRegistry.get(SQLArray.type);
266
- if (!arrayProcessor) {
267
- throw new Error(
268
- "No sql processor registered for an array. Cannot expand IN statement"
269
- );
307
+ infos.set(databaseType, info);
308
+ };
309
+ const tryResolve = async (databaseType) => {
310
+ const entry = infos.get(databaseType);
311
+ if (!entry) return null;
312
+ if (typeof entry !== "function") return entry;
313
+ const resolved = await entry();
314
+ register(databaseType, resolved);
315
+ return resolved;
316
+ };
317
+ const tryGet = (databaseType) => {
318
+ const entry = infos.get(databaseType);
319
+ return entry && typeof entry !== "function" ? entry : null;
320
+ };
321
+ const has = (databaseType) => infos.has(databaseType);
322
+ return {
323
+ register,
324
+ tryResolve,
325
+ tryGet,
326
+ has,
327
+ get databaseTypes() {
328
+ return Array.from(infos.keys());
270
329
  }
271
- arrayProcessor.handle(inValues, { builder, mapper, processorsRegistry });
272
- }
273
- });
274
- var FormatIdentifierProcessor = SQLProcessor({
275
- canHandle: "SQL_IDENTIFIER",
276
- handle: (token, { builder, mapper }) => {
277
- builder.addSQL(mapper.mapValue(token));
278
- }
330
+ };
331
+ };
332
+ var dumboDatabaseMetadataRegistry = globalThis.dumboDatabaseMetadataRegistry = _nullishCoalesce(globalThis.dumboDatabaseMetadataRegistry, () => ( DumboDatabaseMetadataRegistry()));
333
+ var getDatabaseMetadata = (driverType) => {
334
+ const { databaseType } = fromDatabaseDriverType(driverType);
335
+ return dumboDatabaseMetadataRegistry.tryGet(databaseType);
336
+ };
337
+ var resolveDatabaseMetadata = async (driverType, driverOverride) => {
338
+ if (driverOverride) return driverOverride;
339
+ const { databaseType } = fromDatabaseDriverType(driverType);
340
+ return dumboDatabaseMetadataRegistry.tryResolve(databaseType);
341
+ };
342
+ var getDefaultDatabase = (driverType) => {
343
+ const metadata = getDatabaseMetadata(driverType);
344
+ return _optionalChain([metadata, 'optionalAccess', _5 => _5.defaultDatabaseName]);
345
+ };
346
+ var getDefaultDatabaseAsync = async (driverType) => {
347
+ const metadata = await resolveDatabaseMetadata(driverType);
348
+ return _optionalChain([metadata, 'optionalAccess', _6 => _6.defaultDatabaseName]);
349
+ };
350
+
351
+ // src/core/schema/dumboSchema/dumboSchema.ts
352
+ var DEFAULT_DATABASE_NAME = "__default_database__";
353
+ var DEFAULT_DATABASE_SCHEMA_NAME = "__default_database_schema__";
354
+ var dumboColumn = (name, type, options) => columnSchemaComponent({
355
+ columnName: name,
356
+ type,
357
+ ...options
279
358
  });
280
- var MapLiteralProcessor = SQLProcessor({
281
- canHandle: "SQL_LITERAL",
282
- handle: (token, { builder, mapper }) => builder.addParam(mapper.mapValue(token.value))
359
+ var dumboIndex = (name, columnNames, options) => indexSchemaComponent({
360
+ indexName: name,
361
+ columnNames,
362
+ isUnique: _nullishCoalesce(_optionalChain([options, 'optionalAccess', _7 => _7.unique]), () => ( false)),
363
+ ...options
283
364
  });
284
-
285
- // src/core/sql/processors/sqlProcessorRegistry.ts
286
- var SQLProcessorsRegistry = (options) => {
287
- const processors = options ? new Map(options.from.all()) : /* @__PURE__ */ new Map();
288
- function register(...args) {
289
- if (args.length === 1 && typeof args[0] === "object" && !Array.isArray(args[0])) {
290
- Object.entries(args[0]).forEach(
291
- ([_, processor]) => {
292
- processors.set(processor.canHandle, processor);
293
- }
294
- );
295
- } else {
296
- args.forEach(
297
- (p) => processors.set(p.canHandle, p)
365
+ var dumboTable = (name, definition) => {
366
+ const { columns, indexes, primaryKey, relationships, ...options } = definition;
367
+ const components = [...indexes ? Object.values(indexes) : []];
368
+ return tableSchemaComponent({
369
+ tableName: name,
370
+ columns: _nullishCoalesce(columns, () => ( {})),
371
+ primaryKey: _nullishCoalesce(primaryKey, () => ( [])),
372
+ ...relationships !== void 0 ? { relationships } : {},
373
+ components,
374
+ ...options
375
+ });
376
+ };
377
+ function dumboDatabaseSchema(nameOrTables, tables, options) {
378
+ const schemaName = typeof nameOrTables === "string" ? nameOrTables : DEFAULT_DATABASE_SCHEMA_NAME;
379
+ const tablesMap = _nullishCoalesce((typeof nameOrTables === "string" ? tables : nameOrTables), () => ( {}));
380
+ return databaseSchemaSchemaComponent({
381
+ schemaName,
382
+ tables: tablesMap,
383
+ ...options
384
+ });
385
+ }
386
+ dumboDatabaseSchema.from = (schemaName, tableNames) => {
387
+ const tables = tableNames.reduce(
388
+ (acc, tableName) => {
389
+ acc[tableName] = dumboTable(tableName, {});
390
+ return acc;
391
+ },
392
+ {}
393
+ );
394
+ return schemaName ? dumboDatabaseSchema(schemaName, tables) : dumboDatabaseSchema(tables);
395
+ };
396
+ function dumboDatabase(nameOrSchemas, schemasOrOptions, options) {
397
+ const databaseName = typeof nameOrSchemas === "string" ? nameOrSchemas : DEFAULT_DATABASE_NAME;
398
+ const schemasOrSchema = typeof nameOrSchemas === "string" ? _nullishCoalesce(schemasOrOptions, () => ( {})) : nameOrSchemas;
399
+ const schemaMap = "schemaComponentKey" in schemasOrSchema && isSchemaComponentOfType(
400
+ schemasOrSchema,
401
+ "sc:dumbo:database_schema"
402
+ ) ? {
403
+ [DEFAULT_DATABASE_SCHEMA_NAME]: schemasOrSchema
404
+ } : schemasOrSchema;
405
+ const dbOptions = typeof nameOrSchemas === "string" ? options : schemasOrOptions;
406
+ return databaseSchemaComponent({
407
+ databaseName,
408
+ schemas: schemaMap,
409
+ ...dbOptions
410
+ });
411
+ }
412
+ dumboDatabase.from = (databaseName, schemaNames) => {
413
+ const schemas = schemaNames.reduce(
414
+ (acc, schemaName) => {
415
+ acc[schemaName] = dumboDatabaseSchema(
416
+ schemaName,
417
+ {}
298
418
  );
299
- }
300
- return registry;
301
- }
302
- const registry = {
303
- register,
304
- get: (tokenType) => {
305
- return _nullishCoalesce(processors.get(tokenType), () => ( null));
419
+ return acc;
306
420
  },
307
- all: () => processors
308
- };
309
- return registry;
421
+ {}
422
+ );
423
+ return databaseName ? dumboDatabase(databaseName, schemas) : dumboDatabase(schemas);
424
+ };
425
+ dumboDatabase.defaultName = DEFAULT_DATABASE_NAME;
426
+ dumboDatabaseSchema.defaultName = DEFAULT_DATABASE_SCHEMA_NAME;
427
+ var dumboSchema = {
428
+ database: dumboDatabase,
429
+ schema: dumboDatabaseSchema,
430
+ table: dumboTable,
431
+ column: dumboColumn,
432
+ index: dumboIndex
310
433
  };
311
434
 
312
- // src/core/sql/processors/columnProcessors.ts
313
- var mapDefaultSQLColumnProcessors = (mapColumnType) => ({
314
- AutoIncrement: SQLProcessor({
315
- canHandle: "SQL_COLUMN_AUTO_INCREMENT",
316
- handle: (token, context) => {
317
- mapColumnType(token, context);
318
- }
319
- }),
320
- BigInteger: SQLProcessor({
321
- canHandle: "SQL_COLUMN_BIGINT",
322
- handle: (token, context) => mapColumnType(token, context)
323
- }),
324
- BigSerial: SQLProcessor({
325
- canHandle: "SQL_COLUMN_BIGSERIAL",
326
- handle: (token, context) => mapColumnType(token, context)
327
- }),
328
- Serial: SQLProcessor({
329
- canHandle: "SQL_COLUMN_SERIAL",
330
- handle: (token, context) => mapColumnType(token, context)
331
- }),
332
- Integer: SQLProcessor({
333
- canHandle: "SQL_COLUMN_INTEGER",
334
- handle: (token, context) => mapColumnType(token, context)
335
- }),
336
- JSONB: SQLProcessor({
337
- canHandle: "SQL_COLUMN_JSONB",
338
- handle: (token, context) => mapColumnType(token, context)
339
- }),
340
- Timestamp: SQLProcessor({
341
- canHandle: "SQL_COLUMN_TIMESTAMP",
342
- handle: (token, context) => mapColumnType(token, context)
343
- }),
344
- Timestamptz: SQLProcessor({
345
- canHandle: "SQL_COLUMN_TIMESTAMPTZ",
346
- handle: (token, context) => mapColumnType(token, context)
347
- }),
348
- Varchar: SQLProcessor({
349
- canHandle: "SQL_COLUMN_VARCHAR",
350
- handle: (token, context) => mapColumnType(token, context)
351
- })
352
- });
353
-
354
- // src/core/sql/processors/index.ts
355
- var defaultProcessorsRegistry = globalThis.defaultProcessorsRegistry = _nullishCoalesce(globalThis.defaultProcessorsRegistry, () => ( SQLProcessorsRegistry().register(
356
- FormatIdentifierProcessor,
357
- MapLiteralProcessor,
358
- ExpandArrayProcessor,
359
- ExpandSQLInProcessor
360
- )));
435
+ // src/core/locks/databaseLock.ts
436
+ var defaultDatabaseLockOptions = {
437
+ timeoutMs: 1e4
438
+ };
439
+ var NoDatabaseLock = {
440
+ acquire: () => Promise.resolve(),
441
+ tryAcquire: () => Promise.resolve(true),
442
+ release: () => Promise.resolve(true),
443
+ withAcquire: (_execute, handle, _options) => handle()
444
+ };
361
445
 
362
- // src/core/sql/tokenizedSQL/tokenizedSQL.ts
363
- var TokenizedSQLBuilder = () => {
364
- const sqlChunks = [];
365
- const sqlTokens = [];
366
- return {
367
- addSQL(str) {
368
- sqlChunks.push(str);
369
- },
370
- addSQLs(str) {
371
- sqlChunks.push(...str);
372
- },
373
- addToken(value) {
374
- sqlTokens.push(value);
375
- },
376
- addTokens(vals) {
377
- sqlTokens.push(...vals);
378
- },
379
- build() {
380
- return sqlChunks.length > 0 ? {
381
- __brand: "tokenized-sql",
382
- sqlChunks,
383
- sqlTokens
384
- } : TokenizedSQL.empty;
385
- }
386
- };
446
+ // src/core/query/mappers.ts
447
+ var mapRows = async (getResult, map) => {
448
+ const result = await getResult;
449
+ return result.rows.map(map);
387
450
  };
388
- var TokenizedSQL = (strings, values) => {
389
- const builder = TokenizedSQLBuilder();
390
- for (let i = 0; i < strings.length; i++) {
391
- if (strings[i] !== "") builder.addSQL(strings[i]);
392
- if (i >= values.length) break;
393
- const value = values[i];
394
- if (isTokenizedSQL(value)) {
395
- builder.addSQLs(value.sqlChunks);
396
- builder.addTokens(value.sqlTokens);
397
- } else if (SQLPlain.check(value)) {
398
- builder.addSQL(value.value);
399
- } else {
400
- builder.addSQL(TokenizedSQL.paramPlaceholder);
401
- builder.addToken(
402
- SQLToken.check(value) ? value : Array.isArray(value) ? SQLArray.from(value) : SQLLiteral.from(value)
403
- );
451
+ var toCamelCase = (snakeStr) => snakeStr.replace(/_([a-z])/g, (g) => _nullishCoalesce(_optionalChain([g, 'access', _8 => _8[1], 'optionalAccess', _9 => _9.toUpperCase, 'call', _10 => _10()]), () => ( "")));
452
+ var mapToCamelCase = (obj) => {
453
+ const newObj = {};
454
+ for (const key in obj) {
455
+ if (Object.prototype.hasOwnProperty.call(obj, key)) {
456
+ newObj[toCamelCase(key)] = obj[key];
404
457
  }
405
458
  }
406
- return builder.build();
459
+ return newObj;
407
460
  };
408
- var isTokenizedSQL = (value) => {
409
- return value !== null && typeof value === "object" && "__brand" in value && value.__brand === "tokenized-sql";
461
+
462
+ // src/core/query/selectors.ts
463
+ var firstOrNull = async (getResult) => {
464
+ const result = await getResult;
465
+ return result.rows.length > 0 ? _nullishCoalesce(result.rows[0], () => ( null)) : null;
410
466
  };
411
- TokenizedSQL.paramPlaceholder = `__P__`;
412
- TokenizedSQL.empty = {
413
- __brand: "tokenized-sql",
414
- sqlChunks: [""],
415
- sqlTokens: []
467
+ var first = async (getResult) => {
468
+ const result = await getResult;
469
+ if (result.rows.length === 0)
470
+ throw new Error("Query didn't return any result");
471
+ return result.rows[0];
416
472
  };
417
-
418
- // src/core/sql/sql.ts
419
- function SQL(strings, ...values) {
420
- const parametrized = TokenizedSQL(strings, values);
421
- return parametrized;
422
- }
423
- var isSQL = (value) => {
424
- if (value === void 0 || value === null) {
425
- return false;
426
- }
427
- return isTokenizedSQL(value);
473
+ var singleOrNull = async (getResult) => {
474
+ const result = await getResult;
475
+ if (result.rows.length > 1) throw new Error("Query had more than one result");
476
+ return result.rows.length > 0 ? _nullishCoalesce(result.rows[0], () => ( null)) : null;
428
477
  };
429
- var emptySQL = {
430
- __brand: "tokenized-sql",
431
- sqlChunks: [""],
432
- sqlTokens: []
478
+ var single = async (getResult) => {
479
+ const result = await getResult;
480
+ if (result.rows.length === 0)
481
+ throw new Error("Query didn't return any result");
482
+ if (result.rows.length > 1) throw new Error("Query had more than one result");
483
+ return result.rows[0];
433
484
  };
434
- var mergeSQL = (sqls, separator = " ") => {
435
- const parametrized = sqls.filter((sql) => !isEmpty(sql)).map((sql) => sql);
436
- const params = parametrized.flatMap((p) => p.sqlTokens);
437
- const sqlChunks = parametrized.flatMap(
438
- (p, i) => i == parametrized.length - 1 || separator === "" ? p.sqlChunks : [...p.sqlChunks, separator]
439
- );
440
- const merged = sqlChunks.length > 0 ? {
441
- __brand: "tokenized-sql",
442
- sqlChunks,
443
- sqlTokens: params
444
- } : TokenizedSQL.empty;
445
- return merged;
485
+ var count = async (getResult) => {
486
+ const result = await single(getResult);
487
+ return Number(result.count);
446
488
  };
447
- var concatSQL = (...sqls) => mergeSQL(sqls, "");
448
- var isEmpty = (sql) => {
449
- if (isTokenizedSQL(sql)) {
450
- const parametrized = sql;
451
- return parametrized.sqlChunks.every((chunk) => chunk.trim() === "") && parametrized.sqlTokens.length === 0;
452
- }
453
- return false;
454
- };
455
- SQL.EMPTY = emptySQL;
456
- SQL.concat = concatSQL;
457
- SQL.merge = mergeSQL;
458
- SQL.format = (sql, formatter, options) => formatSQL(sql, formatter, options);
459
- SQL.describe = (sql, formatter, options) => describeSQL(sql, formatter, options);
460
- SQL.in = (column, values) => SQLIn.from({ column, values });
461
- SQL.identifier = SQLIdentifier.from;
462
- SQL.plain = SQLPlain.from;
463
- SQL.check = {
464
- isSQL,
465
- isTokenizedSQL: (value) => isTokenizedSQL(value),
466
- isEmpty,
467
- isIdentifier: SQLIdentifier.check,
468
- isPlain: SQLPlain.check,
469
- isSQLIn: SQLIn.check
489
+ var exists = async (getResult) => {
490
+ const result = await single(getResult);
491
+ return result.exists === true || result.exists === 1;
470
492
  };
471
- var columnFactory = SQLColumnToken.from;
472
- columnFactory.type = SQLColumnTypeTokensFactory;
473
- SQL.column = columnFactory;
474
493
 
475
- // src/core/sql/valueMappers/reservedSqlWords.ts
476
- var ansiSqlReservedMap = {
477
- ALL: true,
478
- AND: true,
479
- ANY: true,
480
- ARRAY: true,
481
- AS: true,
482
- ASC: true,
483
- AUTHORIZATION: true,
484
- BETWEEN: true,
485
- BINARY: true,
486
- BOTH: true,
487
- CASE: true,
488
- CAST: true,
489
- CHECK: true,
490
- COLLATE: true,
491
- COLUMN: true,
492
- CONSTRAINT: true,
493
- CREATE: true,
494
- CROSS: true,
495
- CURRENT_DATE: true,
496
- CURRENT_TIME: true,
497
- CURRENT_TIMESTAMP: true,
498
- CURRENT_USER: true,
499
- DEFAULT: true,
500
- DEFERRABLE: true,
501
- DESC: true,
502
- DISTINCT: true,
503
- DO: true,
504
- ELSE: true,
505
- END: true,
506
- EXCEPT: true,
507
- FALSE: true,
508
- FOR: true,
509
- FOREIGN: true,
510
- FROM: true,
511
- FULL: true,
512
- GRANT: true,
513
- GROUP: true,
514
- HAVING: true,
515
- IN: true,
516
- INITIALLY: true,
517
- INNER: true,
518
- INTERSECT: true,
519
- INTO: true,
520
- IS: true,
521
- JOIN: true,
522
- LEADING: true,
523
- LEFT: true,
524
- LIKE: true,
525
- LOCALTIME: true,
526
- LOCALTIMESTAMP: true,
527
- NATURAL: true,
528
- NEW: true,
529
- NOT: true,
530
- NULL: true,
531
- NULLS: true,
532
- OLD: true,
533
- ON: true,
534
- ONLY: true,
535
- OPEN: true,
536
- OR: true,
537
- ORDER: true,
538
- OUTER: true,
539
- OVERLAPS: true,
540
- PARTITION: true,
541
- PLACING: true,
542
- PRIMARY: true,
543
- REFERENCES: true,
544
- RIGHT: true,
545
- SELECT: true,
546
- SESSION_USER: true,
547
- SIMILAR: true,
548
- SOME: true,
549
- TABLE: true,
550
- THEN: true,
551
- TO: true,
552
- TRAILING: true,
553
- TRUE: true,
554
- UNION: true,
555
- UNIQUE: true,
556
- USER: true,
557
- USING: true,
558
- WHEN: true,
559
- WHERE: true,
560
- WITH: true,
561
- WITHOUT: true,
562
- ADD: true,
563
- ALTER: true,
564
- ARE: true,
565
- AT: true,
566
- BEGIN: true,
567
- BY: true,
568
- CASCADE: true,
569
- CLOSE: true,
570
- COMMIT: true,
571
- CONNECT: true,
572
- CONTINUE: true,
573
- CORRESPONDING: true,
574
- CURSOR: true,
575
- DEALLOCATE: true,
576
- DECLARE: true,
577
- DELETE: true,
578
- DESCRIBE: true,
579
- DISCONNECT: true,
580
- DROP: true,
581
- ESCAPE: true,
582
- EXECUTE: true,
583
- EXISTS: true,
584
- FETCH: true,
585
- FIRST: true,
586
- FLOAT: true,
587
- GET: true,
588
- GLOBAL: true,
589
- GO: true,
590
- GOTO: true,
591
- HOUR: true,
592
- IMMEDIATE: true,
593
- INDICATOR: true,
594
- INPUT: true,
595
- INSERT: true,
596
- INT: true,
597
- INTEGER: true,
598
- INTERVAL: true,
599
- LANGUAGE: true,
600
- LAST: true,
601
- LOCAL: true,
602
- MATCH: true,
603
- MINUTE: true,
604
- MODULE: true,
605
- MONTH: true,
606
- NATIONAL: true,
607
- NEXT: true,
608
- NO: true,
609
- OF: true,
610
- OUTPUT: true,
611
- PARTIAL: true,
612
- PREPARE: true,
613
- PRESERVE: true,
614
- PRIOR: true,
615
- PRIVILEGES: true,
616
- PROCEDURE: true,
617
- PUBLIC: true,
618
- READ: true,
619
- REAL: true,
620
- RESTRICT: true,
621
- REVOKE: true,
622
- ROLLBACK: true,
623
- ROWS: true,
624
- SCHEMA: true,
625
- SCROLL: true,
626
- SECOND: true,
627
- SECTION: true,
628
- SET: true,
629
- SIZE: true,
630
- SMALLINT: true,
631
- SQL: true,
632
- SQLCODE: true,
633
- SQLERROR: true,
634
- SQLSTATE: true,
635
- TEMPORARY: true,
636
- TIMEZONE_HOUR: true,
637
- TIMEZONE_MINUTE: true,
638
- TRANSACTION: true,
639
- TRANSLATE: true,
640
- TRANSLATION: true,
641
- UNKNOWN: true,
642
- UPDATE: true,
643
- VALUE: true,
644
- VALUES: true,
645
- VARCHAR: true,
646
- VARYING: true,
647
- VIEW: true,
648
- WHENEVER: true,
649
- WORK: true,
650
- WRITE: true,
651
- YEAR: true,
652
- ZONE: true
494
+ // src/core/serializer/json/index.ts
495
+ var bigIntReplacer = (_key, value) => {
496
+ return typeof value === "bigint" ? value.toString() : value;
653
497
  };
654
-
655
- // src/core/sql/valueMappers/sqlValueMapper.ts
656
- var ANSISQLParamPlaceholder = "?";
657
- var ANSISQLIdentifierQuote = '"';
658
- var mapANSISQLParamPlaceholder = () => ANSISQLParamPlaceholder;
659
- var isReserved = (value, reserved) => !!reserved[value.toUpperCase()];
660
- var mapSQLIdentifier = (value, options) => {
661
- if (value === void 0 || value === null) {
662
- throw new Error("SQL identifier cannot be null or undefined");
498
+ var dateReplacer = (_key, value) => {
499
+ return value instanceof Date ? value.toISOString() : value;
500
+ };
501
+ var isFirstLetterNumeric = (str) => {
502
+ const c = str.charCodeAt(0);
503
+ return c >= 48 && c <= 57;
504
+ };
505
+ var isFirstLetterNumericOrMinus = (str) => {
506
+ const c = str.charCodeAt(0);
507
+ return c >= 48 && c <= 57 || c === 45;
508
+ };
509
+ var bigIntReviver = (_key, value, context) => {
510
+ if (typeof value === "number" && Number.isInteger(value) && !Number.isSafeInteger(value)) {
511
+ try {
512
+ return BigInt(_nullishCoalesce(_optionalChain([context, 'optionalAccess', _11 => _11.source]), () => ( value.toString())));
513
+ } catch (e2) {
514
+ return value;
515
+ }
663
516
  }
664
- const ident = value.toString().slice(0);
665
- const quoteSign = _nullishCoalesce(_optionalChain([options, 'optionalAccess', _6 => _6.quote]), () => ( ANSISQLIdentifierQuote));
666
- if (/^[a-z_][a-z0-9_$]*$/.test(ident) && !isReserved(ident, _nullishCoalesce(_optionalChain([options, 'optionalAccess', _7 => _7.reservedWords]), () => ( ansiSqlReservedMap)))) {
667
- return ident;
517
+ if (typeof value === "string" && value.length > 15) {
518
+ if (isFirstLetterNumericOrMinus(value)) {
519
+ const num = Number(value);
520
+ if (Number.isFinite(num) && !Number.isSafeInteger(num)) {
521
+ try {
522
+ return BigInt(value);
523
+ } catch (e3) {
524
+ }
525
+ }
526
+ }
668
527
  }
669
- let quoted = quoteSign;
670
- for (let i = 0; i < ident.length; i++) {
671
- const c = ident[i];
672
- quoted += c === quoteSign ? c + c : c;
528
+ return value;
529
+ };
530
+ var dateReviver = (_key, value) => {
531
+ if (typeof value === "string" && value.length === 24 && isFirstLetterNumeric(value) && value[10] === "T" && value[23] === "Z") {
532
+ const date = new Date(value);
533
+ if (!isNaN(date.getTime())) {
534
+ return date;
535
+ }
673
536
  }
674
- quoted += quoteSign;
675
- return quoted;
537
+ return value;
676
538
  };
677
- var DefaultMapSQLParamValueOptions = {
678
- mapPlaceholder: mapANSISQLParamPlaceholder,
679
- mapIdentifier: mapSQLIdentifier
539
+ var composeJSONReplacers = (...replacers) => {
540
+ const filteredReplacers = replacers.filter((r) => r !== void 0);
541
+ if (filteredReplacers.length === 0) return void 0;
542
+ return (key, value) => (
543
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-return
544
+ filteredReplacers.reduce(
545
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-return
546
+ (accValue, replacer) => replacer(key, accValue),
547
+ value
548
+ )
549
+ );
680
550
  };
681
- var SQLValueMapper = (options) => {
682
- const mapSQLParamValueOptions = {
683
- ...DefaultMapSQLParamValueOptions,
684
- ..._nullishCoalesce(options, () => ( {}))
685
- };
686
- const resultMapper = {
687
- mapValue: (value) => mapSQLParamValue(value, mapSQLParamValueOptions),
688
- mapPlaceholder: mapSQLParamValueOptions.mapPlaceholder,
689
- mapIdentifier: mapSQLParamValueOptions.mapIdentifier
690
- };
691
- return resultMapper;
551
+ var composeJSONRevivers = (...revivers) => {
552
+ const filteredRevivers = revivers.filter((r) => r !== void 0);
553
+ if (filteredRevivers.length === 0) return void 0;
554
+ return (key, value, context) => (
555
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-return
556
+ filteredRevivers.reduce(
557
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-return
558
+ (accValue, reviver) => reviver(key, accValue, context),
559
+ value
560
+ )
561
+ );
692
562
  };
693
- function mapSQLParamValue(value, options) {
694
- if (value === null || value === void 0) {
695
- return null;
696
- } else if (typeof value === "number") {
697
- return value;
698
- } else if (typeof value === "string") {
699
- return value;
700
- } else if (Array.isArray(value)) {
701
- const mapValue = _nullishCoalesce(_optionalChain([options, 'optionalAccess', _8 => _8.mapValue]), () => ( mapSQLParamValue));
702
- return _optionalChain([options, 'optionalAccess', _9 => _9.mapArray]) ? options.mapArray(value, mapValue) : value.map((item) => mapValue(item, options));
703
- } else if (typeof value === "boolean") {
704
- return _optionalChain([options, 'optionalAccess', _10 => _10.mapBoolean]) ? options.mapBoolean(value) : value;
705
- } else if (typeof value === "bigint") {
706
- return _optionalChain([options, 'optionalAccess', _11 => _11.mapBigInt]) ? options.mapBigInt(value) : value.toString();
707
- } else if (value instanceof Date) {
708
- return _optionalChain([options, 'optionalAccess', _12 => _12.mapDate]) ? options.mapDate(value) : value.toISOString();
709
- } else if (SQL.check.isIdentifier(value)) {
710
- return (_nullishCoalesce(_optionalChain([options, 'optionalAccess', _13 => _13.mapIdentifier]), () => ( mapSQLIdentifier)))(value.value);
711
- } else if (typeof value === "object") {
712
- return _optionalChain([options, 'optionalAccess', _14 => _14.mapObject]) ? options.mapObject(value) : `${JSONSerializer.serialize(value).replace(/'/g, "''")}`;
713
- } else {
714
- return JSONSerializer.serialize(value);
715
- }
716
- }
717
-
718
- // src/core/sql/formatters/sqlFormatter.ts
719
- var SQLFormatter2 = ({
720
- format,
721
- describe,
722
- valueMapper: valueMapperOptions,
723
- processorsRegistry
724
- }) => {
725
- const valueMapper = SQLValueMapper(valueMapperOptions);
726
- const options = {
727
- builder: ParametrizedSQLBuilder({
728
- mapParamPlaceholder: valueMapper.mapPlaceholder
729
- }),
730
- mapper: valueMapper,
731
- processorsRegistry: _nullishCoalesce(processorsRegistry, () => ( defaultProcessorsRegistry))
732
- };
733
- const resultFormatter = {
734
- format: _nullishCoalesce(format, () => ( ((sql, methodOptions) => formatSQL(sql, resultFormatter, {
735
- ...options,
736
- ..._nullishCoalesce(methodOptions, () => ( {}))
737
- })))),
738
- describe: _nullishCoalesce(describe, () => ( ((sql, methodOptions) => describeSQL(sql, resultFormatter, {
739
- ...options,
740
- ..._nullishCoalesce(methodOptions, () => ( {}))
741
- })))),
742
- valueMapper
743
- };
744
- return resultFormatter;
563
+ var JSONReplacer = (opts) => composeJSONReplacers(
564
+ _optionalChain([opts, 'optionalAccess', _12 => _12.replacer]),
565
+ _optionalChain([opts, 'optionalAccess', _13 => _13.failOnBigIntSerialization]) !== true ? JSONReplacers.bigInt : void 0,
566
+ _optionalChain([opts, 'optionalAccess', _14 => _14.useDefaultDateSerialization]) !== true ? JSONReplacers.date : void 0
567
+ );
568
+ var JSONReviver = (opts) => composeJSONRevivers(
569
+ _optionalChain([opts, 'optionalAccess', _15 => _15.reviver]),
570
+ _optionalChain([opts, 'optionalAccess', _16 => _16.parseBigInts]) === true ? JSONRevivers.bigInt : void 0,
571
+ _optionalChain([opts, 'optionalAccess', _17 => _17.parseDates]) === true ? JSONRevivers.date : void 0
572
+ );
573
+ var JSONReplacers = {
574
+ bigInt: bigIntReplacer,
575
+ date: dateReplacer
745
576
  };
746
- var dumboSQLFormatters = globalThis.dumboSQLFormatters = _nullishCoalesce(globalThis.dumboSQLFormatters, () => ( {}));
747
- var registerFormatter = (dialect, formatter) => {
748
- dumboSQLFormatters[dialect] = formatter;
577
+ var JSONRevivers = {
578
+ bigInt: bigIntReviver,
579
+ date: dateReviver
749
580
  };
750
- var getFormatter = (dialect) => {
751
- const formatterKey = dialect;
752
- if (!dumboSQLFormatters[formatterKey]) {
753
- throw new Error(`No SQL formatter registered for dialect: ${dialect}`);
754
- }
755
- return dumboSQLFormatters[formatterKey];
581
+ var jsonSerializer = (options) => {
582
+ const defaultReplacer = JSONReplacer(options);
583
+ const defaultReviver = JSONReviver(options);
584
+ return {
585
+ serialize: (object, serializerOptions) => JSON.stringify(
586
+ object,
587
+ serializerOptions ? JSONReplacer(serializerOptions) : defaultReplacer
588
+ ),
589
+ deserialize: (payload, deserializerOptions) => JSON.parse(
590
+ payload,
591
+ deserializerOptions ? JSONReviver(deserializerOptions) : defaultReviver
592
+ )
593
+ };
756
594
  };
757
- function formatSQL(sql, formatter, context) {
758
- const mapper = _optionalChain([context, 'optionalAccess', _15 => _15.mapper]) == void 0 ? formatter.valueMapper : {
759
- ...formatter.valueMapper,
760
- ...context.mapper
595
+ var JSONSerializer = Object.assign(jsonSerializer(), {
596
+ from: (options) => _nullishCoalesce(_optionalChain([options, 'optionalAccess', _18 => _18.serialization, 'optionalAccess', _19 => _19.serializer]), () => ( (_optionalChain([options, 'optionalAccess', _20 => _20.serialization, 'optionalAccess', _21 => _21.options]) ? jsonSerializer(_optionalChain([options, 'optionalAccess', _22 => _22.serialization, 'optionalAccess', _23 => _23.options])) : JSONSerializer)))
597
+ });
598
+ var JSONCodec = (options) => {
599
+ const serializer = "serializer" in options ? options.serializer : jsonSerializer(
600
+ "serializerOptions" in options ? options.serializerOptions : void 0
601
+ );
602
+ const upcast = _nullishCoalesce(options.upcast, () => ( ((doc) => doc)));
603
+ const downcast = _nullishCoalesce(options.downcast, () => ( ((doc) => doc)));
604
+ return {
605
+ decode: (payload, decodeOptions) => {
606
+ const deserialized = decodeOptions ? serializer.deserialize(payload, decodeOptions) : serializer.deserialize(payload);
607
+ return upcast(deserialized);
608
+ },
609
+ encode: (object, encodeOptions) => {
610
+ const downcasted = downcast(object);
611
+ return encodeOptions ? serializer.serialize(downcasted, encodeOptions) : serializer.serialize(downcasted);
612
+ }
761
613
  };
762
- const processorsRegistry = _nullishCoalesce(_optionalChain([context, 'optionalAccess', _16 => _16.processorsRegistry]), () => ( defaultProcessorsRegistry));
763
- const merged = Array.isArray(sql) ? SQL.merge(sql, "\n") : sql;
764
- if (!isTokenizedSQL(merged)) {
765
- throw new Error("Expected TokenizedSQL, got string-based SQL");
766
- }
767
- const builder = ParametrizedSQLBuilder({
768
- mapParamPlaceholder: mapper.mapPlaceholder
769
- });
770
- let paramIndex = 0;
771
- for (let i = 0; i < merged.sqlChunks.length; i++) {
772
- const sqlChunk = merged.sqlChunks[i];
773
- if (sqlChunk !== TokenizedSQL.paramPlaceholder) {
774
- builder.addSQL(sqlChunk);
775
- continue;
614
+ };
615
+
616
+ // src/core/sql/parametrizedSQL/parametrizedSQL.ts
617
+ var ParametrizedSQLBuilder = ({
618
+ mapParamPlaceholder
619
+ }) => {
620
+ const sql = [];
621
+ const params = [];
622
+ return {
623
+ addSQL(str) {
624
+ sql.push(str);
625
+ return this;
626
+ },
627
+ addParam(value) {
628
+ sql.push(mapParamPlaceholder(params.length, value));
629
+ params.push(value);
630
+ return this;
631
+ },
632
+ addParams(values) {
633
+ const placeholders = values.map(
634
+ (value, i) => mapParamPlaceholder(params.length + i, value)
635
+ );
636
+ this.addSQL(`${placeholders.join(", ")}`);
637
+ params.push(...values);
638
+ return this;
639
+ },
640
+ build() {
641
+ return {
642
+ query: sql.join(""),
643
+ params
644
+ };
776
645
  }
777
- const token = merged.sqlTokens[paramIndex++];
778
- const processor = processorsRegistry.get(token.sqlTokenType);
779
- if (!processor) {
646
+ };
647
+ };
648
+
649
+ // src/core/sql/tokens/sqlToken.ts
650
+ var SQLToken = (sqlTokenType, map) => {
651
+ const factory = (input) => {
652
+ let props;
653
+ if (map !== void 0) {
654
+ props = map(input);
655
+ } else if (input === void 0 || input === null) {
656
+ props = {};
657
+ } else if (typeof input === "object" && !Array.isArray(input)) {
658
+ props = input;
659
+ } else {
780
660
  throw new Error(
781
- `No SQL processor registered for token type: ${token.sqlTokenType}`
661
+ // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
662
+ `Cannot create SQLToken of type ${sqlTokenType} with input: ${input}`
782
663
  );
783
664
  }
784
- processor.handle(token, {
785
- builder,
786
- processorsRegistry,
787
- mapper
788
- });
665
+ return {
666
+ sqlTokenType,
667
+ [sqlTokenType]: true,
668
+ ...props
669
+ };
670
+ };
671
+ const check = (token) => SQLToken.check(token) && token.sqlTokenType === sqlTokenType;
672
+ return { from: factory, check, type: sqlTokenType };
673
+ };
674
+ SQLToken.check = (token) => token !== null && typeof token === "object" && "sqlTokenType" in token;
675
+ var SQLIdentifier = SQLToken(
676
+ "SQL_IDENTIFIER",
677
+ (value) => ({
678
+ value
679
+ })
680
+ );
681
+ var SQLPlain = SQLToken("SQL_RAW", (value) => ({
682
+ value
683
+ }));
684
+ var SQLLiteral = SQLToken(
685
+ "SQL_LITERAL",
686
+ (value) => ({
687
+ value
688
+ })
689
+ );
690
+ var SQLArray = SQLToken("SQL_ARRAY", (input) => {
691
+ if (Array.isArray(input)) {
692
+ return { value: input };
789
693
  }
790
- return builder.build();
791
- }
792
- var describeSQL = (sql, formatter, options) => formatSQL(sql, formatter, {
793
- ..._nullishCoalesce(options, () => ( {})),
794
- mapper: {
795
- mapPlaceholder: (_, value) => JSONSerializer.serialize(value)
694
+ return input.mode !== void 0 ? { value: input.value, mode: input.mode } : { value: input.value };
695
+ });
696
+ var SQLIn = SQLToken(
697
+ "SQL_IN",
698
+ ({ column, values, mode }) => mode !== void 0 ? {
699
+ column: SQLIdentifier.from(column),
700
+ values: SQLArray.from(values),
701
+ mode
702
+ } : {
703
+ column: SQLIdentifier.from(column),
704
+ values: SQLArray.from(values)
796
705
  }
797
- }).query;
706
+ );
798
707
 
799
- // src/core/execute/execute.ts
800
- var mapColumnToJSON = (column, options) => ({
801
- [column]: (value) => {
802
- if (typeof value === "string") {
803
- try {
804
- return JSONSerializer.deserialize(value, options);
805
- } catch (e2) {
806
- }
807
- }
808
- return value;
809
- }
810
- });
811
- var mapColumnToBigint = (column) => ({
812
- [column]: (value) => {
813
- if (typeof value === "number" || typeof value === "string") {
814
- return BigInt(value);
708
+ // src/core/sql/tokens/columnTokens.ts
709
+ var ColumnTypeToken = (sqlTokenType, jsTypeName, map) => {
710
+ const factory = (input) => {
711
+ let props;
712
+ if (map !== void 0) {
713
+ props = map(input);
714
+ } else if (input === void 0 || input === null) {
715
+ props = {};
716
+ } else if (typeof input === "object" && !Array.isArray(input)) {
717
+ props = input;
718
+ } else {
719
+ throw new Error(
720
+ // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
721
+ `Cannot create SQLToken of type ${sqlTokenType} with input: ${input}`
722
+ );
815
723
  }
816
- return value;
817
- }
818
- });
819
- var mapSQLQueryResult = (result, mapping) => {
820
- if (typeof result !== "object" || result === null) return result;
821
- const mappedResult = {
822
- ...result
724
+ return {
725
+ sqlTokenType,
726
+ [sqlTokenType]: true,
727
+ jsTypeName,
728
+ ...props
729
+ };
823
730
  };
824
- for (const column of Object.keys(mapping)) {
825
- if (column in mappedResult) {
826
- mappedResult[column] = mapping[column](mappedResult[column]);
827
- }
828
- }
829
- return mappedResult;
731
+ const check = (token) => SQLToken.check(token) && token.sqlTokenType === sqlTokenType;
732
+ return { from: factory, check, type: sqlTokenType };
830
733
  };
831
- var sqlExecutor = (sqlExecutor2, options) => ({
832
- query: (sql, queryOptions) => executeInNewDbClient(
833
- (client) => sqlExecutor2.query(client, sql, queryOptions),
834
- options
835
- ),
836
- batchQuery: (sqls, queryOptions) => executeInNewDbClient(
837
- (client) => sqlExecutor2.batchQuery(client, sqls, queryOptions),
838
- options
839
- ),
840
- command: (sql, commandOptions) => executeInNewDbClient(
841
- (client) => sqlExecutor2.command(client, sql, commandOptions),
842
- options
843
- ),
844
- batchCommand: (sqls, commandOptions) => executeInNewDbClient(
845
- (client) => sqlExecutor2.batchCommand(client, sqls, commandOptions),
846
- options
847
- )
848
- });
849
- var sqlExecutorInNewConnection = (options) => ({
850
- query: (sql, queryOptions) => executeInNewConnection(
851
- (connection) => connection.execute.query(sql, queryOptions),
852
- options
853
- ),
854
- batchQuery: (sqls, queryOptions) => executeInNewConnection(
855
- (connection) => connection.execute.batchQuery(sqls, queryOptions),
856
- options
857
- ),
858
- command: (sql, commandOptions) => executeInNewConnection(
859
- (connection) => connection.execute.command(sql, commandOptions),
860
- options
861
- ),
862
- batchCommand: (sqls, commandOptions) => executeInNewConnection(
863
- (connection) => connection.execute.batchCommand(sqls, commandOptions),
864
- options
865
- )
866
- });
867
- var sqlExecutorInAmbientConnection = (options) => ({
868
- query: (sql, queryOptions) => executeInAmbientConnection(
869
- (connection) => connection.execute.query(sql, queryOptions),
870
- options
871
- ),
872
- batchQuery: (sqls, queryOptions) => executeInAmbientConnection(
873
- (connection) => connection.execute.batchQuery(sqls, queryOptions),
874
- options
875
- ),
876
- command: (sql, commandOptions) => executeInAmbientConnection(
877
- (connection) => connection.execute.command(sql, commandOptions),
878
- options
879
- ),
880
- batchCommand: (sqls, commandOptions) => executeInAmbientConnection(
881
- (connection) => connection.execute.batchCommand(sqls, commandOptions),
882
- options
883
- )
884
- });
885
- var executeInNewDbClient = async (handle, options) => {
886
- const { connect, close } = options;
887
- const client = await connect();
888
- try {
889
- return await handle(client);
890
- } catch (error) {
891
- if (close) await close(client, error);
892
- throw error;
893
- }
734
+ var SerialToken = ColumnTypeToken(
735
+ "SQL_COLUMN_SERIAL",
736
+ "value_type:js:number"
737
+ );
738
+ var BigSerialToken = ColumnTypeToken(
739
+ "SQL_COLUMN_BIGSERIAL",
740
+ "value_type:js:bigint"
741
+ );
742
+ var IntegerToken = ColumnTypeToken(
743
+ "SQL_COLUMN_INTEGER",
744
+ "value_type:js:number"
745
+ );
746
+ var BigIntegerToken = ColumnTypeToken(
747
+ "SQL_COLUMN_BIGINT",
748
+ "value_type:js:bigint"
749
+ );
750
+ var JSONBToken = {
751
+ type: "SQL_COLUMN_JSONB",
752
+ from: () => {
753
+ return {
754
+ sqlTokenType: "SQL_COLUMN_JSONB",
755
+ ["SQL_COLUMN_JSONB"]: true
756
+ };
757
+ },
758
+ check: (token) => SQLToken.check(token) && token.sqlTokenType === "SQL_COLUMN_JSONB"
894
759
  };
895
- var executeInNewConnection = async (handle, options) => {
896
- const connection = await options.connection();
897
- try {
898
- return await handle(connection);
899
- } finally {
900
- await connection.close();
901
- }
760
+ var TimestampToken = ColumnTypeToken(
761
+ "SQL_COLUMN_TIMESTAMP",
762
+ "value_type:js:date"
763
+ );
764
+ var TimestamptzToken = ColumnTypeToken(
765
+ "SQL_COLUMN_TIMESTAMPTZ",
766
+ "value_type:js:date"
767
+ );
768
+ var VarcharToken = ColumnTypeToken(
769
+ "SQL_COLUMN_VARCHAR",
770
+ "value_type:js:string",
771
+ (length) => ({
772
+ length: _nullishCoalesce(length, () => ( "max")),
773
+ jsTypeName: "value_type:js:string"
774
+ })
775
+ );
776
+ var AutoIncrementSQLColumnToken = ColumnTypeToken(
777
+ "SQL_COLUMN_AUTO_INCREMENT",
778
+ "value_type:js:bigint"
779
+ );
780
+ var SQLColumnTypeTokens = {
781
+ AutoIncrement: AutoIncrementSQLColumnToken,
782
+ BigInteger: BigIntegerToken,
783
+ BigSerial: BigSerialToken,
784
+ Integer: IntegerToken,
785
+ JSONB: JSONBToken,
786
+ Serial: SerialToken,
787
+ Timestamp: TimestampToken,
788
+ Timestamptz: TimestamptzToken,
789
+ Varchar: VarcharToken
902
790
  };
903
- var executeInAmbientConnection = async (handle, options) => {
904
- const connection = await options.connection();
905
- try {
906
- return await handle(connection);
907
- } finally {
908
- }
791
+ var SQLColumnTypeTokensFactory = {
792
+ AutoIncrement: AutoIncrementSQLColumnToken.from,
793
+ BigInteger: BigIntegerToken.from(),
794
+ BigSerial: BigSerialToken.from(),
795
+ Integer: IntegerToken.from(),
796
+ JSONB: JSONBToken.from,
797
+ Serial: SerialToken.from(),
798
+ Timestamp: TimestampToken.from(),
799
+ Timestamptz: TimestamptzToken.from(),
800
+ Varchar: VarcharToken.from
909
801
  };
802
+ var SQLColumnToken = SQLToken("SQL_COLUMN");
910
803
 
911
- // src/core/connections/transaction.ts
912
- var toTransactionResult = (transactionResult) => transactionResult !== void 0 && transactionResult !== null && typeof transactionResult === "object" && "success" in transactionResult ? transactionResult : { success: true, result: transactionResult };
913
- var executeInTransaction = async (transaction, handle) => {
914
- await transaction.begin();
915
- try {
916
- const { success, result } = toTransactionResult(await handle(transaction));
917
- if (success) await transaction.commit();
918
- else await transaction.rollback();
919
- return result;
920
- } catch (e) {
921
- await transaction.rollback();
922
- throw e;
923
- }
924
- };
925
- var transactionFactoryWithDbClient = (connect, initTransaction) => {
926
- let currentTransaction = void 0;
927
- const getOrInitCurrentTransaction = (options) => _nullishCoalesce(currentTransaction, () => ( (currentTransaction = initTransaction(connect(), {
928
- close: () => {
929
- currentTransaction = void 0;
930
- return Promise.resolve();
931
- },
932
- ..._nullishCoalesce(options, () => ( {}))
933
- }))));
934
- return {
935
- transaction: getOrInitCurrentTransaction,
936
- withTransaction: (handle, options) => executeInTransaction(getOrInitCurrentTransaction(options), handle)
937
- };
938
- };
939
- var wrapInConnectionClosure = async (connection, handle) => {
940
- try {
941
- return await handle();
942
- } finally {
943
- await connection.close();
804
+ // src/core/sql/processors/sqlProcessor.ts
805
+ var SQLProcessor = (options) => options;
806
+
807
+ // src/core/sql/processors/defaultProcessors.ts
808
+ var ExpandArrayProcessor = SQLProcessor({
809
+ canHandle: "SQL_ARRAY",
810
+ handle: (token, { builder, serializer, mapper }) => {
811
+ if (token.value.length === 0) {
812
+ throw new Error(
813
+ "Empty arrays are not supported. If you're using it with SELECT IN statement Use SQL.in(column, array) helper instead."
814
+ );
815
+ }
816
+ builder.addParams(mapper.mapValue(token.value, serializer));
944
817
  }
945
- };
946
- var transactionFactoryWithNewConnection = (connect) => ({
947
- transaction: (options) => {
948
- const connection = connect();
949
- const transaction = connection.transaction(options);
950
- return {
951
- ...transaction,
952
- commit: () => wrapInConnectionClosure(connection, () => transaction.commit()),
953
- rollback: () => wrapInConnectionClosure(connection, () => transaction.rollback())
954
- };
955
- },
956
- withTransaction: (handle, options) => {
957
- const connection = connect();
958
- return wrapInConnectionClosure(
959
- connection,
960
- () => connection.withTransaction(handle, options)
961
- );
818
+ });
819
+ var ExpandSQLInProcessor = SQLProcessor({
820
+ canHandle: "SQL_IN",
821
+ handle: (token, context) => {
822
+ const { builder, mapper, processorsRegistry, serializer } = context;
823
+ const { values: inValues, column } = token;
824
+ if (inValues.value.length === 0) {
825
+ builder.addParam(mapper.mapValue(false, serializer));
826
+ return;
827
+ }
828
+ builder.addSQL(mapper.mapValue(column.value, serializer));
829
+ builder.addSQL(` IN (`);
830
+ const arrayProcessor = processorsRegistry.get(SQLArray.type);
831
+ if (!arrayProcessor) {
832
+ throw new Error(
833
+ "No sql processor registered for an array. Cannot expand IN statement"
834
+ );
835
+ }
836
+ arrayProcessor.handle(inValues, {
837
+ builder,
838
+ mapper,
839
+ processorsRegistry,
840
+ serializer
841
+ });
842
+ builder.addSQL(`)`);
962
843
  }
963
844
  });
964
- var transactionFactoryWithAmbientConnection = (connect) => ({
965
- transaction: (options) => {
966
- const connection = connect();
967
- const transaction = connection.transaction(options);
968
- return {
969
- ...transaction,
970
- commit: () => transaction.commit(),
971
- rollback: () => transaction.rollback()
972
- };
973
- },
974
- withTransaction: (handle, options) => {
975
- const connection = connect();
976
- return connection.withTransaction(handle, options);
845
+ var FormatIdentifierProcessor = SQLProcessor({
846
+ canHandle: "SQL_IDENTIFIER",
847
+ handle: (token, { builder, mapper, serializer }) => {
848
+ builder.addSQL(mapper.mapValue(token, serializer));
977
849
  }
978
850
  });
851
+ var MapLiteralProcessor = SQLProcessor({
852
+ canHandle: "SQL_LITERAL",
853
+ handle: (token, { builder, mapper, serializer }) => builder.addParam(mapper.mapValue(token.value, serializer))
854
+ });
979
855
 
980
- // src/core/connections/connection.ts
981
- var createAmbientConnection = (options) => {
982
- const { driverType, client, executor, initTransaction } = options;
983
- const clientPromise = Promise.resolve(client);
984
- const closePromise = Promise.resolve();
985
- const open = () => clientPromise;
986
- const close = () => closePromise;
987
- const connection = {
988
- driverType,
989
- open,
990
- close,
991
- ...transactionFactoryWithDbClient(
992
- open,
993
- initTransaction(() => typedConnection)
994
- ),
995
- execute: sqlExecutor(executor(), { connect: open })
996
- };
997
- const typedConnection = connection;
998
- return typedConnection;
999
- };
1000
- var createSingletonConnection = (options) => {
1001
- const { driverType, connect, close, initTransaction, executor } = options;
1002
- let client = null;
1003
- let connectPromise = null;
1004
- const getClient = async () => {
1005
- if (client) return client;
1006
- if (!connectPromise) {
1007
- connectPromise = connect().then((c) => {
1008
- client = c;
1009
- return c;
1010
- });
856
+ // src/core/sql/processors/sqlProcessorRegistry.ts
857
+ var SQLProcessorsRegistry = (options) => {
858
+ const processors = options ? new Map(options.from.all()) : /* @__PURE__ */ new Map();
859
+ function register(...args) {
860
+ if (args.length === 1 && typeof args[0] === "object" && !Array.isArray(args[0])) {
861
+ Object.entries(args[0]).forEach(
862
+ ([_, processor]) => {
863
+ processors.set(processor.canHandle, processor);
864
+ }
865
+ );
866
+ } else {
867
+ args.forEach(
868
+ (p) => processors.set(p.canHandle, p)
869
+ );
1011
870
  }
1012
- return connectPromise;
1013
- };
1014
- const connection = {
1015
- driverType,
1016
- open: getClient,
1017
- close: () => client ? close(client) : Promise.resolve(),
1018
- ...transactionFactoryWithDbClient(
1019
- getClient,
1020
- initTransaction(() => typedConnection)
1021
- ),
1022
- execute: sqlExecutor(executor(), { connect: getClient })
871
+ return registry;
872
+ }
873
+ const registry = {
874
+ register,
875
+ get: (tokenType) => {
876
+ return _nullishCoalesce(processors.get(tokenType), () => ( null));
877
+ },
878
+ all: () => processors
1023
879
  };
1024
- const typedConnection = connection;
1025
- return typedConnection;
880
+ return registry;
1026
881
  };
1027
- var createTransientConnection = (options) => {
1028
- const { driverType, open, close, initTransaction, executor } = options;
1029
- const connection = {
1030
- driverType,
1031
- open,
1032
- close,
1033
- ...transactionFactoryWithDbClient(
1034
- open,
1035
- initTransaction(() => typedConnection)
1036
- ),
1037
- execute: sqlExecutor(executor(), { connect: open })
1038
- };
1039
- const typedConnection = connection;
1040
- return typedConnection;
1041
- };
1042
- var createConnection = (options) => {
1043
- const { driverType, connect, close, initTransaction, executor } = options;
1044
- let client = null;
1045
- let connectPromise = null;
1046
- const getClient = async () => {
1047
- if (client) return client;
1048
- if (!connectPromise) {
1049
- connectPromise = connect().then((c) => {
1050
- client = c;
1051
- return c;
1052
- });
882
+
883
+ // src/core/sql/processors/columnProcessors.ts
884
+ var mapDefaultSQLColumnProcessors = (mapColumnType) => ({
885
+ AutoIncrement: SQLProcessor({
886
+ canHandle: "SQL_COLUMN_AUTO_INCREMENT",
887
+ handle: (token, context) => {
888
+ mapColumnType(token, context);
1053
889
  }
1054
- return connectPromise;
1055
- };
1056
- const connection = {
1057
- driverType,
1058
- open: getClient,
1059
- close: () => client ? close(client) : Promise.resolve(),
1060
- ...transactionFactoryWithDbClient(
1061
- getClient,
1062
- initTransaction(() => typedConnection)
1063
- ),
1064
- execute: sqlExecutor(executor(), { connect: getClient })
1065
- };
1066
- const typedConnection = connection;
1067
- return typedConnection;
1068
- };
890
+ }),
891
+ BigInteger: SQLProcessor({
892
+ canHandle: "SQL_COLUMN_BIGINT",
893
+ handle: (token, context) => mapColumnType(token, context)
894
+ }),
895
+ BigSerial: SQLProcessor({
896
+ canHandle: "SQL_COLUMN_BIGSERIAL",
897
+ handle: (token, context) => mapColumnType(token, context)
898
+ }),
899
+ Serial: SQLProcessor({
900
+ canHandle: "SQL_COLUMN_SERIAL",
901
+ handle: (token, context) => mapColumnType(token, context)
902
+ }),
903
+ Integer: SQLProcessor({
904
+ canHandle: "SQL_COLUMN_INTEGER",
905
+ handle: (token, context) => mapColumnType(token, context)
906
+ }),
907
+ JSONB: SQLProcessor({
908
+ canHandle: "SQL_COLUMN_JSONB",
909
+ handle: (token, context) => mapColumnType(token, context)
910
+ }),
911
+ Timestamp: SQLProcessor({
912
+ canHandle: "SQL_COLUMN_TIMESTAMP",
913
+ handle: (token, context) => mapColumnType(token, context)
914
+ }),
915
+ Timestamptz: SQLProcessor({
916
+ canHandle: "SQL_COLUMN_TIMESTAMPTZ",
917
+ handle: (token, context) => mapColumnType(token, context)
918
+ }),
919
+ Varchar: SQLProcessor({
920
+ canHandle: "SQL_COLUMN_VARCHAR",
921
+ handle: (token, context) => mapColumnType(token, context)
922
+ })
923
+ });
1069
924
 
1070
- // src/core/connections/pool.ts
1071
- var createAmbientConnectionPool = (options) => {
1072
- const { driverType, connection } = options;
1073
- return createConnectionPool({
1074
- driverType,
1075
- getConnection: () => connection,
1076
- execute: connection.execute,
1077
- transaction: (options2) => connection.transaction(options2),
1078
- withTransaction: (handle, options2) => connection.withTransaction(handle, options2)
1079
- });
1080
- };
1081
- var createSingletonConnectionPool = (options) => {
1082
- const { driverType, getConnection } = options;
1083
- let connection = null;
1084
- const getExistingOrNewConnection = () => _nullishCoalesce(connection, () => ( (connection = getConnection())));
1085
- const getExistingOrNewConnectionAsync = () => Promise.resolve(getExistingOrNewConnection());
1086
- const result = {
1087
- driverType,
1088
- connection: getExistingOrNewConnectionAsync,
1089
- execute: sqlExecutorInAmbientConnection({
1090
- driverType,
1091
- connection: getExistingOrNewConnectionAsync
1092
- }),
1093
- withConnection: (handle) => executeInAmbientConnection(handle, {
1094
- connection: getExistingOrNewConnectionAsync
1095
- }),
1096
- ...transactionFactoryWithAmbientConnection(getExistingOrNewConnection),
1097
- close: () => {
1098
- return connection !== null ? connection.close() : Promise.resolve();
925
+ // src/core/sql/processors/index.ts
926
+ var defaultProcessorsRegistry = globalThis.defaultProcessorsRegistry = _nullishCoalesce(globalThis.defaultProcessorsRegistry, () => ( SQLProcessorsRegistry().register(
927
+ FormatIdentifierProcessor,
928
+ MapLiteralProcessor,
929
+ ExpandArrayProcessor,
930
+ ExpandSQLInProcessor
931
+ )));
932
+
933
+ // src/core/sql/tokenizedSQL/tokenizedSQL.ts
934
+ var TokenizedSQLBuilder = () => {
935
+ const sqlChunks = [];
936
+ const sqlTokens = [];
937
+ return {
938
+ addSQL(str) {
939
+ sqlChunks.push(str);
940
+ },
941
+ addSQLs(str) {
942
+ sqlChunks.push(...str);
943
+ },
944
+ addToken(value) {
945
+ sqlTokens.push(value);
946
+ },
947
+ addTokens(vals) {
948
+ sqlTokens.push(...vals);
949
+ },
950
+ build() {
951
+ return sqlChunks.length > 0 ? {
952
+ __brand: "tokenized-sql",
953
+ sqlChunks,
954
+ sqlTokens
955
+ } : TokenizedSQL.empty;
1099
956
  }
1100
957
  };
1101
- return result;
1102
958
  };
1103
- var createSingletonClientPool = (options) => {
1104
- const { driverType, dbClient } = options;
1105
- return createSingletonConnectionPool({
1106
- getConnection: () => options.connectionFactory({ dbClient }),
1107
- driverType
1108
- });
959
+ var TokenizedSQL = (strings, values) => {
960
+ const builder = TokenizedSQLBuilder();
961
+ for (let i = 0; i < strings.length; i++) {
962
+ if (strings[i] !== "") builder.addSQL(strings[i]);
963
+ if (i >= values.length) break;
964
+ const value = values[i];
965
+ if (isTokenizedSQL(value)) {
966
+ builder.addSQLs(value.sqlChunks);
967
+ builder.addTokens(value.sqlTokens);
968
+ } else if (SQLPlain.check(value)) {
969
+ builder.addSQL(value.value);
970
+ } else {
971
+ builder.addSQL(TokenizedSQL.paramPlaceholder);
972
+ builder.addToken(
973
+ SQLToken.check(value) ? value : Array.isArray(value) ? SQLArray.from(value) : SQLLiteral.from(value)
974
+ );
975
+ }
976
+ }
977
+ return builder.build();
1109
978
  };
1110
- var createAlwaysNewConnectionPool = (options) => {
1111
- const { driverType, getConnection, connectionOptions } = options;
1112
- return createConnectionPool({
1113
- driverType,
1114
- getConnection: () => connectionOptions ? getConnection(connectionOptions) : getConnection()
1115
- });
979
+ var isTokenizedSQL = (value) => {
980
+ return value !== null && typeof value === "object" && "__brand" in value && value.__brand === "tokenized-sql";
1116
981
  };
1117
- var createConnectionPool = (pool) => {
1118
- const { driverType, getConnection } = pool;
1119
- const connection = "connection" in pool ? pool.connection : () => Promise.resolve(getConnection());
1120
- const withConnection = "withConnection" in pool ? pool.withConnection : (handle) => executeInNewConnection(handle, {
1121
- connection
1122
- });
1123
- const close = "close" in pool ? pool.close : () => Promise.resolve();
1124
- const execute = "execute" in pool ? pool.execute : sqlExecutorInNewConnection({
1125
- driverType,
1126
- connection
1127
- });
1128
- const transaction = "transaction" in pool && "withTransaction" in pool ? {
1129
- transaction: pool.transaction,
1130
- withTransaction: pool.withTransaction
1131
- } : transactionFactoryWithNewConnection(getConnection);
1132
- const result = {
1133
- driverType,
1134
- connection,
1135
- withConnection,
1136
- close,
1137
- execute,
1138
- ...transaction
1139
- };
1140
- return result;
982
+ TokenizedSQL.paramPlaceholder = `__P__`;
983
+ TokenizedSQL.empty = {
984
+ __brand: "tokenized-sql",
985
+ sqlChunks: [""],
986
+ sqlTokens: []
987
+ };
988
+
989
+ // src/core/sql/valueMappers/reservedSqlWords.ts
990
+ var ansiSqlReservedMap = {
991
+ ALL: true,
992
+ AND: true,
993
+ ANY: true,
994
+ ARRAY: true,
995
+ AS: true,
996
+ ASC: true,
997
+ AUTHORIZATION: true,
998
+ BETWEEN: true,
999
+ BINARY: true,
1000
+ BOTH: true,
1001
+ CASE: true,
1002
+ CAST: true,
1003
+ CHECK: true,
1004
+ COLLATE: true,
1005
+ COLUMN: true,
1006
+ CONSTRAINT: true,
1007
+ CREATE: true,
1008
+ CROSS: true,
1009
+ CURRENT_DATE: true,
1010
+ CURRENT_TIME: true,
1011
+ CURRENT_TIMESTAMP: true,
1012
+ CURRENT_USER: true,
1013
+ DEFAULT: true,
1014
+ DEFERRABLE: true,
1015
+ DESC: true,
1016
+ DISTINCT: true,
1017
+ DO: true,
1018
+ ELSE: true,
1019
+ END: true,
1020
+ EXCEPT: true,
1021
+ FALSE: true,
1022
+ FOR: true,
1023
+ FOREIGN: true,
1024
+ FROM: true,
1025
+ FULL: true,
1026
+ GRANT: true,
1027
+ GROUP: true,
1028
+ HAVING: true,
1029
+ IN: true,
1030
+ INITIALLY: true,
1031
+ INNER: true,
1032
+ INTERSECT: true,
1033
+ INTO: true,
1034
+ IS: true,
1035
+ JOIN: true,
1036
+ LEADING: true,
1037
+ LEFT: true,
1038
+ LIKE: true,
1039
+ LOCALTIME: true,
1040
+ LOCALTIMESTAMP: true,
1041
+ NATURAL: true,
1042
+ NEW: true,
1043
+ NOT: true,
1044
+ NULL: true,
1045
+ NULLS: true,
1046
+ OLD: true,
1047
+ ON: true,
1048
+ ONLY: true,
1049
+ OPEN: true,
1050
+ OR: true,
1051
+ ORDER: true,
1052
+ OUTER: true,
1053
+ OVERLAPS: true,
1054
+ PARTITION: true,
1055
+ PLACING: true,
1056
+ PRIMARY: true,
1057
+ REFERENCES: true,
1058
+ RIGHT: true,
1059
+ SELECT: true,
1060
+ SESSION_USER: true,
1061
+ SIMILAR: true,
1062
+ SOME: true,
1063
+ TABLE: true,
1064
+ THEN: true,
1065
+ TO: true,
1066
+ TRAILING: true,
1067
+ TRUE: true,
1068
+ UNION: true,
1069
+ UNIQUE: true,
1070
+ USER: true,
1071
+ USING: true,
1072
+ WHEN: true,
1073
+ WHERE: true,
1074
+ WITH: true,
1075
+ WITHOUT: true,
1076
+ ADD: true,
1077
+ ALTER: true,
1078
+ ARE: true,
1079
+ AT: true,
1080
+ BEGIN: true,
1081
+ BY: true,
1082
+ CASCADE: true,
1083
+ CLOSE: true,
1084
+ COMMIT: true,
1085
+ CONNECT: true,
1086
+ CONTINUE: true,
1087
+ CORRESPONDING: true,
1088
+ CURSOR: true,
1089
+ DEALLOCATE: true,
1090
+ DECLARE: true,
1091
+ DELETE: true,
1092
+ DESCRIBE: true,
1093
+ DISCONNECT: true,
1094
+ DROP: true,
1095
+ ESCAPE: true,
1096
+ EXECUTE: true,
1097
+ EXISTS: true,
1098
+ FETCH: true,
1099
+ FIRST: true,
1100
+ FLOAT: true,
1101
+ GET: true,
1102
+ GLOBAL: true,
1103
+ GO: true,
1104
+ GOTO: true,
1105
+ HOUR: true,
1106
+ IMMEDIATE: true,
1107
+ INDICATOR: true,
1108
+ INPUT: true,
1109
+ INSERT: true,
1110
+ INT: true,
1111
+ INTEGER: true,
1112
+ INTERVAL: true,
1113
+ LANGUAGE: true,
1114
+ LAST: true,
1115
+ LOCAL: true,
1116
+ MATCH: true,
1117
+ MINUTE: true,
1118
+ MODULE: true,
1119
+ MONTH: true,
1120
+ NATIONAL: true,
1121
+ NEXT: true,
1122
+ NO: true,
1123
+ OF: true,
1124
+ OUTPUT: true,
1125
+ PARTIAL: true,
1126
+ PREPARE: true,
1127
+ PRESERVE: true,
1128
+ PRIOR: true,
1129
+ PRIVILEGES: true,
1130
+ PROCEDURE: true,
1131
+ PUBLIC: true,
1132
+ READ: true,
1133
+ REAL: true,
1134
+ RESTRICT: true,
1135
+ REVOKE: true,
1136
+ ROLLBACK: true,
1137
+ ROWS: true,
1138
+ SCHEMA: true,
1139
+ SCROLL: true,
1140
+ SECOND: true,
1141
+ SECTION: true,
1142
+ SET: true,
1143
+ SIZE: true,
1144
+ SMALLINT: true,
1145
+ SQL: true,
1146
+ SQLCODE: true,
1147
+ SQLERROR: true,
1148
+ SQLSTATE: true,
1149
+ TEMPORARY: true,
1150
+ TIMEZONE_HOUR: true,
1151
+ TIMEZONE_MINUTE: true,
1152
+ TRANSACTION: true,
1153
+ TRANSLATE: true,
1154
+ TRANSLATION: true,
1155
+ UNKNOWN: true,
1156
+ UPDATE: true,
1157
+ VALUE: true,
1158
+ VALUES: true,
1159
+ VARCHAR: true,
1160
+ VARYING: true,
1161
+ VIEW: true,
1162
+ WHENEVER: true,
1163
+ WORK: true,
1164
+ WRITE: true,
1165
+ YEAR: true,
1166
+ ZONE: true
1167
+ };
1168
+
1169
+ // src/core/sql/valueMappers/sqlValueMapper.ts
1170
+ var ANSISQLParamPlaceholder = "?";
1171
+ var ANSISQLIdentifierQuote = '"';
1172
+ var mapANSISQLParamPlaceholder = () => ANSISQLParamPlaceholder;
1173
+ var isReserved = (value, reserved) => !!reserved[value.toUpperCase()];
1174
+ var mapSQLIdentifier = (value, options) => {
1175
+ if (value === void 0 || value === null) {
1176
+ throw new Error("SQL identifier cannot be null or undefined");
1177
+ }
1178
+ const ident = value.toString().slice(0);
1179
+ const quoteSign = _nullishCoalesce(_optionalChain([options, 'optionalAccess', _24 => _24.quote]), () => ( ANSISQLIdentifierQuote));
1180
+ if (/^[a-z_][a-z0-9_$]*$/.test(ident) && !isReserved(ident, _nullishCoalesce(_optionalChain([options, 'optionalAccess', _25 => _25.reservedWords]), () => ( ansiSqlReservedMap)))) {
1181
+ return ident;
1182
+ }
1183
+ let quoted = quoteSign;
1184
+ for (let i = 0; i < ident.length; i++) {
1185
+ const c = ident[i];
1186
+ quoted += c === quoteSign ? c + c : c;
1187
+ }
1188
+ quoted += quoteSign;
1189
+ return quoted;
1141
1190
  };
1142
-
1143
- // src/core/schema/sqlMigration.ts
1144
- var sqlMigration = (name, sqls) => ({
1145
- name,
1146
- sqls
1147
- });
1148
-
1149
- // src/core/schema/schemaComponent.ts
1150
- var schemaComponent = (key, options) => {
1151
- const componentsMap = new Map(
1152
- _optionalChain([options, 'access', _17 => _17.components, 'optionalAccess', _18 => _18.map, 'call', _19 => _19((comp) => [comp.schemaComponentKey, comp])])
1153
- );
1154
- const migrations = [..._nullishCoalesce(options.migrations, () => ( []))];
1155
- return {
1156
- schemaComponentKey: key,
1157
- components: componentsMap,
1158
- get migrations() {
1159
- return [
1160
- ...migrations,
1161
- ...Array.from(componentsMap.values()).flatMap((c) => c.migrations)
1162
- ];
1163
- },
1164
- addComponent: (component) => {
1165
- componentsMap.set(component.schemaComponentKey, component);
1166
- migrations.push(...component.migrations);
1167
- return component;
1168
- },
1169
- addMigration: (migration) => {
1170
- migrations.push(migration);
1171
- }
1172
- };
1191
+ var DefaultMapSQLParamValueOptions = {
1192
+ mapPlaceholder: mapANSISQLParamPlaceholder,
1193
+ mapIdentifier: mapSQLIdentifier
1173
1194
  };
1174
- var isSchemaComponentOfType = (component, prefix) => component.schemaComponentKey.startsWith(prefix);
1175
- var filterSchemaComponentsOfType = (components, prefix) => mapSchemaComponentsOfType(components, prefix);
1176
- var mapSchemaComponentsOfType = (components, prefix, keyMapper) => new Map(
1177
- Array.from(components.entries()).filter(([urn]) => urn.startsWith(prefix)).map(([urn, component]) => [
1178
- keyMapper ? keyMapper(component) : urn,
1179
- component
1180
- ])
1181
- );
1182
- var findSchemaComponentsOfType = (root, prefix) => {
1183
- const results = [];
1184
- const traverse = (component) => {
1185
- if (component.schemaComponentKey.startsWith(prefix)) {
1186
- results.push(component);
1187
- }
1188
- for (const child of component.components.values()) {
1189
- traverse(child);
1190
- }
1195
+ var SQLValueMapper = (options) => {
1196
+ const mapSQLParamValueOptions = {
1197
+ ...DefaultMapSQLParamValueOptions,
1198
+ ..._nullishCoalesce(options, () => ( {}))
1191
1199
  };
1192
- traverse(root);
1193
- return results;
1194
- };
1195
-
1196
- // src/core/schema/components/columnSchemaComponent.ts
1197
- var ColumnURNType = "sc:dumbo:column";
1198
- var ColumnURN = ({
1199
- name
1200
- }) => `${ColumnURNType}:${name}`;
1201
- var columnSchemaComponent = (params) => {
1202
- const {
1203
- columnName,
1204
- type,
1205
- notNull,
1206
- unique,
1207
- primaryKey,
1208
- default: defaultValue,
1209
- ...schemaOptions
1210
- } = params;
1211
- const sc = schemaComponent(ColumnURN({ name: columnName }), schemaOptions);
1212
- const result = {
1213
- ...sc,
1214
- columnName,
1215
- notNull,
1216
- unique,
1217
- primaryKey,
1218
- defaultValue,
1219
- sqlTokenType: "SQL_COLUMN",
1220
- name: columnName,
1221
- type
1200
+ const resultMapper = {
1201
+ mapValue: (value, serializer, mapOptions) => mapSQLParamValue(value, serializer, {
1202
+ ...mapSQLParamValueOptions,
1203
+ ...mapOptions
1204
+ }),
1205
+ mapPlaceholder: mapSQLParamValueOptions.mapPlaceholder,
1206
+ mapIdentifier: mapSQLParamValueOptions.mapIdentifier
1222
1207
  };
1223
- return result;
1208
+ return resultMapper;
1224
1209
  };
1210
+ function mapSQLParamValue(value, serializer, options) {
1211
+ if (value === null || value === void 0) {
1212
+ return null;
1213
+ } else if (typeof value === "number") {
1214
+ return value;
1215
+ } else if (typeof value === "string") {
1216
+ return value;
1217
+ } else if (Array.isArray(value)) {
1218
+ const mapValue = _nullishCoalesce(_optionalChain([options, 'optionalAccess', _26 => _26.mapValue]), () => ( mapSQLParamValue));
1219
+ return _optionalChain([options, 'optionalAccess', _27 => _27.mapArray]) ? options.mapArray(value, mapValue) : value.map((item) => mapValue(item, serializer, options));
1220
+ } else if (typeof value === "boolean") {
1221
+ return _optionalChain([options, 'optionalAccess', _28 => _28.mapBoolean]) ? options.mapBoolean(value) : value;
1222
+ } else if (typeof value === "bigint") {
1223
+ return _optionalChain([options, 'optionalAccess', _29 => _29.mapBigInt]) ? options.mapBigInt(value) : value.toString();
1224
+ } else if (value instanceof Date) {
1225
+ return _optionalChain([options, 'optionalAccess', _30 => _30.mapDate]) ? options.mapDate(value) : value.toISOString();
1226
+ } else if (SQL.check.isIdentifier(value)) {
1227
+ return (_nullishCoalesce(_optionalChain([options, 'optionalAccess', _31 => _31.mapIdentifier]), () => ( mapSQLIdentifier)))(value.value);
1228
+ } else if (typeof value === "object") {
1229
+ return _optionalChain([options, 'optionalAccess', _32 => _32.mapObject]) ? options.mapObject(value) : `${serializer.serialize(value).replace(/'/g, "''")}`;
1230
+ } else {
1231
+ return serializer.serialize(value);
1232
+ }
1233
+ }
1225
1234
 
1226
- // src/core/schema/components/indexSchemaComponent.ts
1227
- var IndexURNType = "sc:dumbo:index";
1228
- var IndexURN = ({ name }) => `${IndexURNType}:${name}`;
1229
- var indexSchemaComponent = ({
1230
- indexName,
1231
- columnNames,
1232
- isUnique,
1233
- ...migrationsOrComponents
1235
+ // src/core/sql/formatters/sqlFormatter.ts
1236
+ var SQLFormatter = ({
1237
+ format,
1238
+ describe,
1239
+ valueMapper: valueMapperOptions,
1240
+ processorsRegistry
1234
1241
  }) => {
1235
- const sc = schemaComponent(IndexURN({ name: indexName }), {
1236
- migrations: _nullishCoalesce(migrationsOrComponents.migrations, () => ( [])),
1237
- components: [..._nullishCoalesce(migrationsOrComponents.components, () => ( []))]
1238
- });
1239
- return {
1240
- ...sc,
1241
- indexName,
1242
- get columnNames() {
1243
- return columnNames;
1244
- },
1245
- addColumn: (column) => columnNames.push(typeof column === "string" ? column : column.columnName),
1246
- isUnique
1242
+ const valueMapper = SQLValueMapper(valueMapperOptions);
1243
+ const options = {
1244
+ builder: ParametrizedSQLBuilder({
1245
+ mapParamPlaceholder: valueMapper.mapPlaceholder
1246
+ }),
1247
+ mapper: valueMapper,
1248
+ processorsRegistry: _nullishCoalesce(processorsRegistry, () => ( defaultProcessorsRegistry))
1247
1249
  };
1248
- };
1249
-
1250
- // src/core/schema/components/tableSchemaComponent.ts
1251
- var TableURNType = "sc:dumbo:table";
1252
- var TableURN = ({ name }) => `${TableURNType}:${name}`;
1253
- var tableSchemaComponent = ({
1254
- tableName,
1255
- columns,
1256
- primaryKey,
1257
- relationships,
1258
- ...migrationsOrComponents
1259
- }) => {
1260
- columns ??= {};
1261
- relationships ??= {};
1262
- const base = schemaComponent(TableURN({ name: tableName }), {
1263
- migrations: _nullishCoalesce(migrationsOrComponents.migrations, () => ( [])),
1264
- components: [
1265
- ..._nullishCoalesce(migrationsOrComponents.components, () => ( [])),
1266
- ...Object.values(columns)
1267
- ]
1268
- });
1269
- return {
1270
- ...base,
1271
- tableName,
1272
- primaryKey: _nullishCoalesce(primaryKey, () => ( [])),
1273
- relationships,
1274
- get columns() {
1275
- const columnsMap = mapSchemaComponentsOfType(
1276
- base.components,
1277
- ColumnURNType,
1278
- (c) => c.columnName
1279
- );
1280
- return Object.assign(columnsMap, columns);
1281
- },
1282
- get indexes() {
1283
- return mapSchemaComponentsOfType(
1284
- base.components,
1285
- IndexURNType,
1286
- (c) => c.indexName
1287
- );
1288
- },
1289
- addColumn: (column) => base.addComponent(column),
1290
- addIndex: (index) => base.addComponent(index)
1250
+ const resultFormatter = {
1251
+ format: _nullishCoalesce(format, () => ( ((sql, methodOptions) => formatSQL(
1252
+ sql,
1253
+ resultFormatter,
1254
+ _nullishCoalesce(_optionalChain([methodOptions, 'optionalAccess', _33 => _33.serializer]), () => ( JSONSerializer)),
1255
+ {
1256
+ ...options,
1257
+ ..._nullishCoalesce(methodOptions, () => ( {}))
1258
+ }
1259
+ )))),
1260
+ describe: _nullishCoalesce(describe, () => ( ((sql, methodOptions) => describeSQL(
1261
+ sql,
1262
+ resultFormatter,
1263
+ _nullishCoalesce(_optionalChain([methodOptions, 'optionalAccess', _34 => _34.serializer]), () => ( JSONSerializer)),
1264
+ {
1265
+ ...options,
1266
+ ..._nullishCoalesce(methodOptions, () => ( {}))
1267
+ }
1268
+ )))),
1269
+ valueMapper
1291
1270
  };
1271
+ return resultFormatter;
1292
1272
  };
1293
-
1294
- // src/core/schema/components/databaseSchemaSchemaComponent.ts
1295
- var DatabaseSchemaURNType = "sc:dumbo:database_schema";
1296
- var DatabaseSchemaURN = ({
1297
- name
1298
- }) => `${DatabaseSchemaURNType}:${name}`;
1299
- var databaseSchemaSchemaComponent = ({
1300
- schemaName,
1301
- tables,
1302
- ...migrationsOrComponents
1303
- }) => {
1304
- const base = schemaComponent(DatabaseSchemaURN({ name: schemaName }), {
1305
- migrations: _nullishCoalesce(migrationsOrComponents.migrations, () => ( [])),
1306
- components: [
1307
- ..._nullishCoalesce(migrationsOrComponents.components, () => ( [])),
1308
- ...Object.values(_nullishCoalesce(tables, () => ( {})))
1309
- ]
1310
- });
1311
- return {
1312
- ...base,
1313
- schemaName,
1314
- get tables() {
1315
- const tablesMap = mapSchemaComponentsOfType(
1316
- base.components,
1317
- TableURNType,
1318
- (c) => c.tableName
1319
- );
1320
- return Object.assign(tablesMap, tables);
1321
- },
1322
- addTable: (table) => base.addComponent(
1323
- typeof table === "string" ? tableSchemaComponent({ tableName: table }) : table
1324
- )
1325
- };
1273
+ var dumboSQLFormatters = globalThis.dumboSQLFormatters = _nullishCoalesce(globalThis.dumboSQLFormatters, () => ( {}));
1274
+ var registerFormatter = (dialect, formatter) => {
1275
+ dumboSQLFormatters[dialect] = formatter;
1326
1276
  };
1327
-
1328
- // src/core/schema/components/databaseSchemaComponent.ts
1329
- var DatabaseURNType = "sc:dumbo:database";
1330
- var DatabaseURN = ({ name }) => `${DatabaseURNType}:${name}`;
1331
- var databaseSchemaComponent = ({
1332
- databaseName,
1333
- schemas,
1334
- ...migrationsOrComponents
1335
- }) => {
1336
- schemas ??= {};
1337
- const base = schemaComponent(DatabaseURN({ name: databaseName }), {
1338
- migrations: _nullishCoalesce(migrationsOrComponents.migrations, () => ( [])),
1339
- components: [
1340
- ..._nullishCoalesce(migrationsOrComponents.components, () => ( [])),
1341
- ...Object.values(schemas)
1342
- ]
1277
+ var getFormatter = (dialect) => {
1278
+ const formatterKey = dialect;
1279
+ if (!dumboSQLFormatters[formatterKey]) {
1280
+ throw new Error(`No SQL formatter registered for dialect: ${dialect}`);
1281
+ }
1282
+ return dumboSQLFormatters[formatterKey];
1283
+ };
1284
+ function formatSQL(sql, formatter, serializer, context) {
1285
+ const mapper = _optionalChain([context, 'optionalAccess', _35 => _35.mapper]) == void 0 ? formatter.valueMapper : {
1286
+ ...formatter.valueMapper,
1287
+ ...context.mapper
1288
+ };
1289
+ const processorsRegistry = _nullishCoalesce(_optionalChain([context, 'optionalAccess', _36 => _36.processorsRegistry]), () => ( defaultProcessorsRegistry));
1290
+ const merged = Array.isArray(sql) ? SQL.merge(sql, "\n") : sql;
1291
+ if (!isTokenizedSQL(merged)) {
1292
+ throw new Error("Expected TokenizedSQL, got string-based SQL");
1293
+ }
1294
+ const builder = ParametrizedSQLBuilder({
1295
+ mapParamPlaceholder: mapper.mapPlaceholder
1343
1296
  });
1344
- return {
1345
- ...base,
1346
- databaseName,
1347
- get schemas() {
1348
- const schemasMap = mapSchemaComponentsOfType(
1349
- base.components,
1350
- DatabaseSchemaURNType,
1351
- (c) => c.schemaName
1297
+ let paramIndex = 0;
1298
+ for (let i = 0; i < merged.sqlChunks.length; i++) {
1299
+ const sqlChunk = merged.sqlChunks[i];
1300
+ if (sqlChunk !== TokenizedSQL.paramPlaceholder) {
1301
+ builder.addSQL(sqlChunk);
1302
+ continue;
1303
+ }
1304
+ const token = merged.sqlTokens[paramIndex++];
1305
+ const processor = processorsRegistry.get(token.sqlTokenType);
1306
+ if (!processor) {
1307
+ throw new Error(
1308
+ `No SQL processor registered for token type: ${token.sqlTokenType}`
1352
1309
  );
1353
- return Object.assign(schemasMap, schemas);
1354
- },
1355
- addSchema: (schema) => base.addComponent(
1356
- typeof schema === "string" ? databaseSchemaSchemaComponent({ schemaName: schema }) : schema
1357
- )
1358
- };
1359
- };
1310
+ }
1311
+ processor.handle(token, {
1312
+ builder,
1313
+ processorsRegistry,
1314
+ serializer,
1315
+ mapper
1316
+ });
1317
+ }
1318
+ return builder.build();
1319
+ }
1320
+ var describeSQL = (sql, formatter, serializer, options) => formatSQL(sql, formatter, serializer, {
1321
+ ..._nullishCoalesce(options, () => ( {})),
1322
+ mapper: {
1323
+ mapPlaceholder: (_, value) => serializer.serialize(value)
1324
+ }
1325
+ }).query;
1360
1326
 
1361
- // src/core/schema/components/relationships/relationshipTypes.ts
1362
- var relationship = (columns, references, type) => {
1327
+ // src/core/sql/sql.ts
1328
+ function SQL(strings, ...values) {
1329
+ const parametrized = TokenizedSQL(strings, values);
1330
+ return parametrized;
1331
+ }
1332
+ function RawSQL(strings, ...values) {
1333
+ let result = "";
1334
+ for (let i = 0; i < strings.length; i++) {
1335
+ result += strings[i];
1336
+ if (i < values.length) {
1337
+ result += String(values[i]);
1338
+ }
1339
+ }
1363
1340
  return {
1364
- columns,
1365
- references,
1366
- type
1341
+ __brand: "tokenized-sql",
1342
+ sqlChunks: [result],
1343
+ sqlTokens: []
1367
1344
  };
1368
- };
1369
-
1370
- // src/core/schema/components/index.ts
1371
- var schemaComponentURN = {
1372
- database: DatabaseURN,
1373
- schema: DatabaseSchemaURN,
1374
- table: TableURN,
1375
- column: ColumnURN,
1376
- index: IndexURN,
1377
- extractName: (urn) => {
1378
- const parts = urn.split(":");
1379
- return parts[parts.length - 1] || "";
1345
+ }
1346
+ var isSQL = (value) => {
1347
+ if (value === void 0 || value === null) {
1348
+ return false;
1380
1349
  }
1350
+ return isTokenizedSQL(value);
1381
1351
  };
1382
-
1383
- // src/core/schema/dumboSchema/dumboSchema.ts
1384
- var DEFAULT_DATABASE_NAME = "__default_database__";
1385
- var DEFAULT_DATABASE_SCHEMA_NAME = "__default_database_schema__";
1386
- var dumboColumn = (name, type, options) => columnSchemaComponent({
1387
- columnName: name,
1388
- type,
1389
- ...options
1390
- });
1391
- var dumboIndex = (name, columnNames, options) => indexSchemaComponent({
1392
- indexName: name,
1393
- columnNames,
1394
- isUnique: _nullishCoalesce(_optionalChain([options, 'optionalAccess', _20 => _20.unique]), () => ( false)),
1395
- ...options
1396
- });
1397
- var dumboTable = (name, definition) => {
1398
- const { columns, indexes, primaryKey, relationships, ...options } = definition;
1399
- const components = [...indexes ? Object.values(indexes) : []];
1400
- return tableSchemaComponent({
1401
- tableName: name,
1402
- columns: _nullishCoalesce(columns, () => ( {})),
1403
- primaryKey: _nullishCoalesce(primaryKey, () => ( [])),
1404
- ...relationships !== void 0 ? { relationships } : {},
1405
- components,
1406
- ...options
1407
- });
1352
+ var emptySQL = {
1353
+ __brand: "tokenized-sql",
1354
+ sqlChunks: [""],
1355
+ sqlTokens: []
1408
1356
  };
1409
- function dumboDatabaseSchema(nameOrTables, tables, options) {
1410
- const schemaName = typeof nameOrTables === "string" ? nameOrTables : DEFAULT_DATABASE_SCHEMA_NAME;
1411
- const tablesMap = _nullishCoalesce((typeof nameOrTables === "string" ? tables : nameOrTables), () => ( {}));
1412
- return databaseSchemaSchemaComponent({
1413
- schemaName,
1414
- tables: tablesMap,
1415
- ...options
1416
- });
1417
- }
1418
- dumboDatabaseSchema.from = (schemaName, tableNames) => {
1419
- const tables = tableNames.reduce(
1420
- (acc, tableName) => {
1421
- acc[tableName] = dumboTable(tableName, {});
1422
- return acc;
1423
- },
1424
- {}
1357
+ var mergeSQL = (sqls, separator = " ") => {
1358
+ const parametrized = sqls.filter((sql) => !isEmpty(sql)).map((sql) => sql);
1359
+ const params = parametrized.flatMap((p) => p.sqlTokens);
1360
+ const sqlChunks = parametrized.flatMap(
1361
+ (p, i) => i == parametrized.length - 1 || separator === "" ? p.sqlChunks : [...p.sqlChunks, separator]
1425
1362
  );
1426
- return schemaName ? dumboDatabaseSchema(schemaName, tables) : dumboDatabaseSchema(tables);
1363
+ const merged = sqlChunks.length > 0 ? {
1364
+ __brand: "tokenized-sql",
1365
+ sqlChunks,
1366
+ sqlTokens: params
1367
+ } : TokenizedSQL.empty;
1368
+ return merged;
1427
1369
  };
1428
- function dumboDatabase(nameOrSchemas, schemasOrOptions, options) {
1429
- const databaseName = typeof nameOrSchemas === "string" ? nameOrSchemas : DEFAULT_DATABASE_NAME;
1430
- const schemasOrSchema = typeof nameOrSchemas === "string" ? _nullishCoalesce(schemasOrOptions, () => ( {})) : nameOrSchemas;
1431
- const schemaMap = "schemaComponentKey" in schemasOrSchema && isSchemaComponentOfType(
1432
- schemasOrSchema,
1433
- "sc:dumbo:database_schema"
1434
- ) ? {
1435
- [DEFAULT_DATABASE_SCHEMA_NAME]: schemasOrSchema
1436
- } : schemasOrSchema;
1437
- const dbOptions = typeof nameOrSchemas === "string" ? options : schemasOrOptions;
1438
- return databaseSchemaComponent({
1439
- databaseName,
1440
- schemas: schemaMap,
1441
- ...dbOptions
1442
- });
1443
- }
1444
- dumboDatabase.from = (databaseName, schemaNames) => {
1445
- const schemas = schemaNames.reduce(
1446
- (acc, schemaName) => {
1447
- acc[schemaName] = dumboDatabaseSchema(
1448
- schemaName,
1449
- {}
1450
- );
1451
- return acc;
1452
- },
1453
- {}
1454
- );
1455
- return databaseName ? dumboDatabase(databaseName, schemas) : dumboDatabase(schemas);
1370
+ var concatSQL = (...sqls) => mergeSQL(sqls, "");
1371
+ var isEmpty = (sql) => {
1372
+ if (isTokenizedSQL(sql)) {
1373
+ const parametrized = sql;
1374
+ return parametrized.sqlChunks.every((chunk) => chunk.trim() === "") && parametrized.sqlTokens.length === 0;
1375
+ }
1376
+ return false;
1456
1377
  };
1457
- dumboDatabase.defaultName = DEFAULT_DATABASE_NAME;
1458
- dumboDatabaseSchema.defaultName = DEFAULT_DATABASE_SCHEMA_NAME;
1459
- var dumboSchema = {
1460
- database: dumboDatabase,
1461
- schema: dumboDatabaseSchema,
1462
- table: dumboTable,
1463
- column: dumboColumn,
1464
- index: dumboIndex
1378
+ SQL.EMPTY = emptySQL;
1379
+ SQL.concat = concatSQL;
1380
+ SQL.merge = mergeSQL;
1381
+ SQL.format = (sql, formatter, options) => formatSQL(sql, formatter, _nullishCoalesce(_optionalChain([options, 'optionalAccess', _37 => _37.serializer]), () => ( JSONSerializer)), options);
1382
+ SQL.describe = (sql, formatter, options) => describeSQL(sql, formatter, _nullishCoalesce(_optionalChain([options, 'optionalAccess', _38 => _38.serializer]), () => ( JSONSerializer)), options);
1383
+ SQL.in = (column, values, options) => _optionalChain([options, 'optionalAccess', _39 => _39.mode]) ? SQLIn.from({ column, values, mode: options.mode }) : SQLIn.from({ column, values });
1384
+ SQL.array = (values, options) => SQLArray.from(_optionalChain([options, 'optionalAccess', _40 => _40.mode]) ? { value: values, mode: options.mode } : values);
1385
+ SQL.identifier = SQLIdentifier.from;
1386
+ SQL.plain = SQLPlain.from;
1387
+ SQL.check = {
1388
+ isSQL,
1389
+ isTokenizedSQL: (value) => isTokenizedSQL(value),
1390
+ isEmpty,
1391
+ isIdentifier: SQLIdentifier.check,
1392
+ isPlain: SQLPlain.check,
1393
+ isSQLIn: SQLIn.check
1394
+ };
1395
+ var columnFactory = SQLColumnToken.from;
1396
+ columnFactory.type = SQLColumnTypeTokensFactory;
1397
+ SQL.column = columnFactory;
1398
+
1399
+ // src/core/tracing/printing/color.ts
1400
+ var _ansis = require('ansis'); var _ansis2 = _interopRequireDefault(_ansis);
1401
+ var enableColors = true;
1402
+ var color = {
1403
+ set level(value) {
1404
+ enableColors = value === 1;
1405
+ },
1406
+ hex: (value) => (text) => enableColors ? _ansis2.default.hex(value)(text) : text,
1407
+ red: (value) => enableColors ? _ansis2.default.red(value) : value,
1408
+ green: (value) => enableColors ? _ansis2.default.green(value) : value,
1409
+ blue: (value) => enableColors ? _ansis2.default.blue(value) : value,
1410
+ cyan: (value) => enableColors ? _ansis2.default.cyan(value) : value,
1411
+ yellow: (value) => enableColors ? _ansis2.default.yellow(value) : value
1412
+ };
1413
+ var color_default = color;
1414
+
1415
+ // src/core/tracing/printing/pretty.ts
1416
+ var TWO_SPACES = " ";
1417
+ var COLOR_STRING = color_default.hex("#98c379");
1418
+ var COLOR_KEY = color_default.hex("#61afef");
1419
+ var COLOR_NUMBER_OR_DATE = color_default.hex("#d19a66");
1420
+ var COLOR_BOOLEAN = color_default.hex("#c678dd");
1421
+ var COLOR_NULL_OR_UNDEFINED = color_default.hex("#c678dd");
1422
+ var COLOR_BRACKETS = color_default.hex("#abb2bf");
1423
+ var processString = (str, indent, handleMultiline) => {
1424
+ if (handleMultiline && str.includes("\n")) {
1425
+ const lines = str.split("\n");
1426
+ const indentedLines = lines.map(
1427
+ (line) => indent + TWO_SPACES + COLOR_STRING(line)
1428
+ );
1429
+ return COLOR_STRING('"') + "\n" + indentedLines.join("\n") + "\n" + indent + COLOR_STRING('"');
1430
+ }
1431
+ return COLOR_STRING(`"${str}"`);
1432
+ };
1433
+ var shouldPrint = (obj) => typeof obj !== "function" && typeof obj !== "symbol";
1434
+ var formatJson = (obj, indentLevel = 0, handleMultiline = false) => {
1435
+ const indent = TWO_SPACES.repeat(indentLevel);
1436
+ if (obj === null) return COLOR_NULL_OR_UNDEFINED("null");
1437
+ if (obj === void 0) return COLOR_NULL_OR_UNDEFINED("undefined");
1438
+ if (typeof obj === "string")
1439
+ return processString(obj, indent, handleMultiline);
1440
+ if (typeof obj === "number" || typeof obj === "bigint" || obj instanceof Date)
1441
+ return COLOR_NUMBER_OR_DATE(String(obj));
1442
+ if (typeof obj === "boolean") return COLOR_BOOLEAN(String(obj));
1443
+ if (obj instanceof Error) {
1444
+ const errorObj = {};
1445
+ const propNames = Object.getOwnPropertyNames(obj);
1446
+ propNames.forEach((key) => {
1447
+ errorObj[key] = obj[key];
1448
+ });
1449
+ return formatJson(errorObj, indentLevel, handleMultiline);
1450
+ }
1451
+ if (obj instanceof Promise) {
1452
+ return COLOR_STRING("Promise {pending}");
1453
+ }
1454
+ if (Array.isArray(obj)) {
1455
+ const arrayItems = obj.map(
1456
+ (item) => formatJson(item, indentLevel + 1, handleMultiline)
1457
+ );
1458
+ return `${COLOR_BRACKETS("[")}
1459
+ ${indent} ${arrayItems.join(
1460
+ `,
1461
+ ${indent} `
1462
+ )}
1463
+ ${indent}${COLOR_BRACKETS("]")}`;
1464
+ }
1465
+ const entries = Object.entries(obj).filter(([_, value]) => shouldPrint(value)).map(
1466
+ ([key, value]) => `${COLOR_KEY(`"${key}"`)}: ${formatJson(
1467
+ value,
1468
+ indentLevel + 1,
1469
+ handleMultiline
1470
+ )}`
1471
+ );
1472
+ return `${COLOR_BRACKETS("{")}
1473
+ ${indent} ${entries.join(
1474
+ `,
1475
+ ${indent} `
1476
+ )}
1477
+ ${indent}${COLOR_BRACKETS("}")}`;
1465
1478
  };
1479
+ var prettyJson = (obj, options) => formatJson(obj, 0, _optionalChain([options, 'optionalAccess', _41 => _41.handleMultiline]));
1466
1480
 
1467
- // src/core/locks/databaseLock.ts
1468
- var defaultDatabaseLockOptions = {
1469
- timeoutMs: 1e4
1481
+ // src/core/tracing/index.ts
1482
+ var tracer = () => {
1470
1483
  };
1471
- var NoDatabaseLock = {
1472
- acquire: () => Promise.resolve(),
1473
- tryAcquire: () => Promise.resolve(true),
1474
- release: () => Promise.resolve(true),
1475
- withAcquire: (_execute, handle, _options) => handle()
1484
+ var LogLevel = {
1485
+ DISABLED: "DISABLED",
1486
+ INFO: "INFO",
1487
+ LOG: "LOG",
1488
+ WARN: "WARN",
1489
+ ERROR: "ERROR"
1476
1490
  };
1477
-
1478
- // src/core/query/mappers.ts
1479
- var mapRows = async (getResult, map) => {
1480
- const result = await getResult;
1481
- return result.rows.map(map);
1491
+ var LogStyle = {
1492
+ RAW: "RAW",
1493
+ PRETTY: "PRETTY"
1482
1494
  };
1483
- var toCamelCase = (snakeStr) => snakeStr.replace(/_([a-z])/g, (g) => _nullishCoalesce(_optionalChain([g, 'access', _21 => _21[1], 'optionalAccess', _22 => _22.toUpperCase, 'call', _23 => _23()]), () => ( "")));
1484
- var mapToCamelCase = (obj) => {
1485
- const newObj = {};
1486
- for (const key in obj) {
1487
- if (Object.prototype.hasOwnProperty.call(obj, key)) {
1488
- newObj[toCamelCase(key)] = obj[key];
1495
+ var getEnvVariable = (name) => {
1496
+ try {
1497
+ if (typeof process !== "undefined" && process.env) {
1498
+ return process.env[name];
1489
1499
  }
1500
+ return void 0;
1501
+ } catch (e4) {
1502
+ return void 0;
1490
1503
  }
1491
- return newObj;
1492
1504
  };
1493
-
1494
- // src/core/query/selectors.ts
1495
- var firstOrNull = async (getResult) => {
1496
- const result = await getResult;
1497
- return result.rows.length > 0 ? _nullishCoalesce(result.rows[0], () => ( null)) : null;
1505
+ var shouldLog = (logLevel) => {
1506
+ const definedLogLevel = _nullishCoalesce(getEnvVariable("DUMBO_LOG_LEVEL"), () => ( LogLevel.ERROR));
1507
+ if (definedLogLevel === LogLevel.ERROR && logLevel === LogLevel.ERROR)
1508
+ return true;
1509
+ if (definedLogLevel === LogLevel.WARN && [LogLevel.ERROR, LogLevel.WARN].includes(logLevel))
1510
+ return true;
1511
+ if (definedLogLevel === LogLevel.LOG && [LogLevel.ERROR, LogLevel.WARN, LogLevel.LOG].includes(logLevel))
1512
+ return true;
1513
+ if (definedLogLevel === LogLevel.INFO && [LogLevel.ERROR, LogLevel.WARN, LogLevel.LOG, LogLevel.INFO].includes(
1514
+ logLevel
1515
+ ))
1516
+ return true;
1517
+ return false;
1498
1518
  };
1499
- var first = async (getResult) => {
1500
- const result = await getResult;
1501
- if (result.rows.length === 0)
1502
- throw new Error("Query didn't return any result");
1503
- return result.rows[0];
1519
+ var nulloTraceEventRecorder = () => {
1504
1520
  };
1505
- var singleOrNull = async (getResult) => {
1506
- const result = await getResult;
1507
- if (result.rows.length > 1) throw new Error("Query had more than one result");
1508
- return result.rows.length > 0 ? _nullishCoalesce(result.rows[0], () => ( null)) : null;
1521
+ var getTraceEventFormatter = (logStyle, serializer = JSONSerializer) => (event) => {
1522
+ switch (logStyle) {
1523
+ case "RAW":
1524
+ return serializer.serialize(event);
1525
+ case "PRETTY":
1526
+ return prettyJson(event, { handleMultiline: true });
1527
+ }
1509
1528
  };
1510
- var single = async (getResult) => {
1511
- const result = await getResult;
1512
- if (result.rows.length === 0)
1513
- throw new Error("Query didn't return any result");
1514
- if (result.rows.length > 1) throw new Error("Query had more than one result");
1515
- return result.rows[0];
1529
+ var getTraceEventRecorder = (logLevel, logStyle) => {
1530
+ const format = getTraceEventFormatter(logStyle);
1531
+ switch (logLevel) {
1532
+ case "DISABLED":
1533
+ return nulloTraceEventRecorder;
1534
+ case "INFO":
1535
+ return (event) => console.info(format(event));
1536
+ case "LOG":
1537
+ return (event) => console.log(format(event));
1538
+ case "WARN":
1539
+ return (event) => console.warn(format(event));
1540
+ case "ERROR":
1541
+ return (event) => console.error(format(event));
1542
+ }
1516
1543
  };
1517
- var count = async (getResult) => {
1518
- const result = await single(getResult);
1519
- return Number(result.count);
1544
+ var recordTraceEvent = (logLevel, eventName, attributes) => {
1545
+ if (!shouldLog(LogLevel.LOG)) return;
1546
+ const event = {
1547
+ name: eventName,
1548
+ timestamp: (/* @__PURE__ */ new Date()).getTime(),
1549
+ ...attributes
1550
+ };
1551
+ const record = getTraceEventRecorder(
1552
+ logLevel,
1553
+ _nullishCoalesce(getEnvVariable("DUMBO_LOG_STYLE"), () => ( "RAW"))
1554
+ );
1555
+ record(event);
1556
+ };
1557
+ tracer.info = (eventName, attributes) => recordTraceEvent(LogLevel.INFO, eventName, attributes);
1558
+ tracer.warn = (eventName, attributes) => recordTraceEvent(LogLevel.WARN, eventName, attributes);
1559
+ tracer.log = (eventName, attributes) => recordTraceEvent(LogLevel.LOG, eventName, attributes);
1560
+ tracer.error = (eventName, attributes) => recordTraceEvent(LogLevel.ERROR, eventName, attributes);
1561
+
1562
+ // src/core/schema/sqlMigration.ts
1563
+ var sqlMigration = (name, sqls) => ({
1564
+ name,
1565
+ sqls
1566
+ });
1567
+
1568
+ // src/core/errors/index.ts
1569
+ var isNumber = (val) => typeof val === "number" && val === val;
1570
+ var isString = (val) => typeof val === "string";
1571
+ var DumboError = (_class = class _DumboError extends Error {
1572
+ static __initStatic() {this.ErrorCode = 500}
1573
+ static __initStatic2() {this.ErrorType = "DumboError"}
1574
+
1575
+
1576
+
1577
+ constructor(options) {
1578
+ const errorCode = options && typeof options === "object" && "errorCode" in options ? options.errorCode : isNumber(options) ? options : _DumboError.ErrorCode;
1579
+ const errorType = options && typeof options === "object" && "errorType" in options ? _nullishCoalesce(options.errorType, () => ( _DumboError.ErrorType)) : _DumboError.ErrorType;
1580
+ const message = options && typeof options === "object" && "message" in options ? options.message : isString(options) ? options : `Error with status code '${errorCode}' ocurred during DumboError processing`;
1581
+ const innerError = options && typeof options === "object" && "innerError" in options ? options.innerError : void 0;
1582
+ super(message, { cause: innerError });
1583
+ this.errorCode = errorCode;
1584
+ this.errorType = errorType;
1585
+ this.innerError = innerError;
1586
+ Object.setPrototypeOf(this, _DumboError.prototype);
1587
+ }
1588
+ static isInstanceOf(error, options) {
1589
+ if (typeof error !== "object" || error === null || !("errorCode" in error) || !isNumber(error.errorCode) || !("errorType" in error) || !isString(error.errorType))
1590
+ return false;
1591
+ if (!options) return true;
1592
+ if (options.errorCode !== void 0 && error.errorCode !== options.errorCode)
1593
+ return false;
1594
+ if (options.errorType !== void 0 && error.errorType !== options.errorType)
1595
+ return false;
1596
+ return true;
1597
+ }
1598
+ }, _class.__initStatic(), _class.__initStatic2(), _class);
1599
+ var ConcurrencyError = (_class2 = class _ConcurrencyError extends DumboError {
1600
+ static __initStatic3() {this.ErrorCode = 412}
1601
+ static __initStatic4() {this.ErrorType = "ConcurrencyError"}
1602
+ constructor(message, innerError) {
1603
+ super({
1604
+ errorCode: _ConcurrencyError.ErrorCode,
1605
+ errorType: _ConcurrencyError.ErrorType,
1606
+ message: _nullishCoalesce(message, () => ( `Expected document state does not match current one!`)),
1607
+ innerError
1608
+ });
1609
+ Object.setPrototypeOf(this, _ConcurrencyError.prototype);
1610
+ }
1611
+ }, _class2.__initStatic3(), _class2.__initStatic4(), _class2);
1612
+ var TransientDatabaseError = (_class3 = class _TransientDatabaseError extends DumboError {
1613
+ static __initStatic5() {this.ErrorCode = 503}
1614
+ static __initStatic6() {this.ErrorType = "TransientDatabaseError"}
1615
+ constructor(message, innerError) {
1616
+ super({
1617
+ errorCode: _TransientDatabaseError.ErrorCode,
1618
+ errorType: _TransientDatabaseError.ErrorType,
1619
+ message: _nullishCoalesce(message, () => ( `A transient error occurred during database operation. Retrying the operation might succeed.`)),
1620
+ innerError
1621
+ });
1622
+ Object.setPrototypeOf(this, _TransientDatabaseError.prototype);
1623
+ }
1624
+ }, _class3.__initStatic5(), _class3.__initStatic6(), _class3);
1625
+ var ConnectionError = (_class4 = class _ConnectionError extends TransientDatabaseError {
1626
+ static __initStatic7() {this.ErrorCode = 503}
1627
+ static __initStatic8() {this.ErrorType = "ConnectionError"}
1628
+ constructor(message, innerError) {
1629
+ super(
1630
+ _nullishCoalesce(message, () => ( `A connection error occurred during database operation.`)),
1631
+ innerError
1632
+ );
1633
+ this.errorType = _ConnectionError.ErrorType;
1634
+ Object.setPrototypeOf(this, _ConnectionError.prototype);
1635
+ }
1636
+ }, _class4.__initStatic7(), _class4.__initStatic8(), _class4);
1637
+ var SerializationError = (_class5 = class _SerializationError extends TransientDatabaseError {
1638
+ static __initStatic9() {this.ErrorCode = 503}
1639
+ static __initStatic10() {this.ErrorType = "SerializationError"}
1640
+ constructor(message, innerError) {
1641
+ super(
1642
+ _nullishCoalesce(message, () => ( `A serialization failure occurred. The transaction can be retried.`)),
1643
+ innerError
1644
+ );
1645
+ this.errorType = _SerializationError.ErrorType;
1646
+ Object.setPrototypeOf(this, _SerializationError.prototype);
1647
+ }
1648
+ }, _class5.__initStatic9(), _class5.__initStatic10(), _class5);
1649
+ var DeadlockError = (_class6 = class _DeadlockError extends TransientDatabaseError {
1650
+ static __initStatic11() {this.ErrorCode = 503}
1651
+ static __initStatic12() {this.ErrorType = "DeadlockError"}
1652
+ constructor(message, innerError) {
1653
+ super(
1654
+ _nullishCoalesce(message, () => ( `A deadlock was detected. The transaction can be retried.`)),
1655
+ innerError
1656
+ );
1657
+ this.errorType = _DeadlockError.ErrorType;
1658
+ Object.setPrototypeOf(this, _DeadlockError.prototype);
1659
+ }
1660
+ }, _class6.__initStatic11(), _class6.__initStatic12(), _class6);
1661
+ var LockNotAvailableError = (_class7 = class _LockNotAvailableError extends TransientDatabaseError {
1662
+ static __initStatic13() {this.ErrorCode = 503}
1663
+ static __initStatic14() {this.ErrorType = "LockNotAvailableError"}
1664
+ constructor(message, innerError) {
1665
+ super(_nullishCoalesce(message, () => ( `The requested lock is not available.`)), innerError);
1666
+ this.errorType = _LockNotAvailableError.ErrorType;
1667
+ Object.setPrototypeOf(this, _LockNotAvailableError.prototype);
1668
+ }
1669
+ }, _class7.__initStatic13(), _class7.__initStatic14(), _class7);
1670
+ var InsufficientResourcesError = (_class8 = class _InsufficientResourcesError extends TransientDatabaseError {
1671
+ static __initStatic15() {this.ErrorCode = 503}
1672
+ static __initStatic16() {this.ErrorType = "InsufficientResourcesError"}
1673
+ constructor(message, innerError) {
1674
+ super(
1675
+ _nullishCoalesce(message, () => ( `Insufficient resources to complete the database operation (e.g. disk full, out of memory, too many connections).`)),
1676
+ innerError
1677
+ );
1678
+ this.errorType = _InsufficientResourcesError.ErrorType;
1679
+ Object.setPrototypeOf(this, _InsufficientResourcesError.prototype);
1680
+ }
1681
+ }, _class8.__initStatic15(), _class8.__initStatic16(), _class8);
1682
+ var SystemError = (_class9 = class _SystemError extends TransientDatabaseError {
1683
+ static __initStatic17() {this.ErrorCode = 503}
1684
+ static __initStatic18() {this.ErrorType = "SystemError"}
1685
+ constructor(message, innerError) {
1686
+ super(
1687
+ _nullishCoalesce(message, () => ( `A system-level error occurred (e.g. I/O error).`)),
1688
+ innerError
1689
+ );
1690
+ this.errorType = _SystemError.ErrorType;
1691
+ Object.setPrototypeOf(this, _SystemError.prototype);
1692
+ }
1693
+ }, _class9.__initStatic17(), _class9.__initStatic18(), _class9);
1694
+ var AdminShutdownError = (_class10 = class _AdminShutdownError extends TransientDatabaseError {
1695
+ static __initStatic19() {this.ErrorCode = 503}
1696
+ static __initStatic20() {this.ErrorType = "AdminShutdownError"}
1697
+ constructor(message, innerError) {
1698
+ super(
1699
+ _nullishCoalesce(message, () => ( `The database server is shutting down or restarting.`)),
1700
+ innerError
1701
+ );
1702
+ this.errorType = _AdminShutdownError.ErrorType;
1703
+ Object.setPrototypeOf(this, _AdminShutdownError.prototype);
1704
+ }
1705
+ }, _class10.__initStatic19(), _class10.__initStatic20(), _class10);
1706
+ var QueryCanceledError = (_class11 = class _QueryCanceledError extends TransientDatabaseError {
1707
+ static __initStatic21() {this.ErrorCode = 503}
1708
+ static __initStatic22() {this.ErrorType = "QueryCanceledError"}
1709
+ constructor(message, innerError) {
1710
+ super(
1711
+ _nullishCoalesce(message, () => ( `The query was canceled, e.g. due to statement timeout or user request.`)),
1712
+ innerError
1713
+ );
1714
+ this.errorType = _QueryCanceledError.ErrorType;
1715
+ Object.setPrototypeOf(this, _QueryCanceledError.prototype);
1716
+ }
1717
+ }, _class11.__initStatic21(), _class11.__initStatic22(), _class11);
1718
+ var IntegrityConstraintViolationError = (_class12 = class _IntegrityConstraintViolationError extends DumboError {
1719
+ static __initStatic23() {this.ErrorCode = 409}
1720
+ static __initStatic24() {this.ErrorType = "IntegrityConstraintViolationError"}
1721
+ constructor(message, innerError) {
1722
+ super({
1723
+ errorCode: _IntegrityConstraintViolationError.ErrorCode,
1724
+ errorType: _IntegrityConstraintViolationError.ErrorType,
1725
+ message: _nullishCoalesce(message, () => ( `An integrity constraint violation occurred!`)),
1726
+ innerError
1727
+ });
1728
+ Object.setPrototypeOf(this, _IntegrityConstraintViolationError.prototype);
1729
+ }
1730
+ }, _class12.__initStatic23(), _class12.__initStatic24(), _class12);
1731
+ var UniqueConstraintError = (_class13 = class _UniqueConstraintError extends IntegrityConstraintViolationError {
1732
+ static __initStatic25() {this.ErrorCode = 409}
1733
+ static __initStatic26() {this.ErrorType = "UniqueConstraintError"}
1734
+ constructor(message, innerError) {
1735
+ super(_nullishCoalesce(message, () => ( `Unique constraint violation occurred!`)), innerError);
1736
+ this.errorType = _UniqueConstraintError.ErrorType;
1737
+ Object.setPrototypeOf(this, _UniqueConstraintError.prototype);
1738
+ }
1739
+ }, _class13.__initStatic25(), _class13.__initStatic26(), _class13);
1740
+ var ForeignKeyViolationError = (_class14 = class _ForeignKeyViolationError extends IntegrityConstraintViolationError {
1741
+ static __initStatic27() {this.ErrorCode = 409}
1742
+ static __initStatic28() {this.ErrorType = "ForeignKeyViolationError"}
1743
+ constructor(message, innerError) {
1744
+ super(_nullishCoalesce(message, () => ( `Foreign key constraint violation occurred!`)), innerError);
1745
+ this.errorType = _ForeignKeyViolationError.ErrorType;
1746
+ Object.setPrototypeOf(this, _ForeignKeyViolationError.prototype);
1747
+ }
1748
+ }, _class14.__initStatic27(), _class14.__initStatic28(), _class14);
1749
+ var NotNullViolationError = (_class15 = class _NotNullViolationError extends IntegrityConstraintViolationError {
1750
+ static __initStatic29() {this.ErrorCode = 409}
1751
+ static __initStatic30() {this.ErrorType = "NotNullViolationError"}
1752
+ constructor(message, innerError) {
1753
+ super(_nullishCoalesce(message, () => ( `NOT NULL constraint violation occurred!`)), innerError);
1754
+ this.errorType = _NotNullViolationError.ErrorType;
1755
+ Object.setPrototypeOf(this, _NotNullViolationError.prototype);
1756
+ }
1757
+ }, _class15.__initStatic29(), _class15.__initStatic30(), _class15);
1758
+ var CheckViolationError = (_class16 = class _CheckViolationError extends IntegrityConstraintViolationError {
1759
+ static __initStatic31() {this.ErrorCode = 409}
1760
+ static __initStatic32() {this.ErrorType = "CheckViolationError"}
1761
+ constructor(message, innerError) {
1762
+ super(_nullishCoalesce(message, () => ( `CHECK constraint violation occurred!`)), innerError);
1763
+ this.errorType = _CheckViolationError.ErrorType;
1764
+ Object.setPrototypeOf(this, _CheckViolationError.prototype);
1765
+ }
1766
+ }, _class16.__initStatic31(), _class16.__initStatic32(), _class16);
1767
+ var ExclusionViolationError = (_class17 = class _ExclusionViolationError extends IntegrityConstraintViolationError {
1768
+ static __initStatic33() {this.ErrorCode = 409}
1769
+ static __initStatic34() {this.ErrorType = "ExclusionViolationError"}
1770
+ constructor(message, innerError) {
1771
+ super(_nullishCoalesce(message, () => ( `Exclusion constraint violation occurred!`)), innerError);
1772
+ this.errorType = _ExclusionViolationError.ErrorType;
1773
+ Object.setPrototypeOf(this, _ExclusionViolationError.prototype);
1774
+ }
1775
+ }, _class17.__initStatic33(), _class17.__initStatic34(), _class17);
1776
+ var DataError = (_class18 = class _DataError extends DumboError {
1777
+ static __initStatic35() {this.ErrorCode = 400}
1778
+ static __initStatic36() {this.ErrorType = "DataError"}
1779
+ constructor(message, innerError) {
1780
+ super({
1781
+ errorCode: _DataError.ErrorCode,
1782
+ errorType: _DataError.ErrorType,
1783
+ message: _nullishCoalesce(message, () => ( `A data error occurred (e.g. invalid value, type mismatch).`)),
1784
+ innerError
1785
+ });
1786
+ Object.setPrototypeOf(this, _DataError.prototype);
1787
+ }
1788
+ }, _class18.__initStatic35(), _class18.__initStatic36(), _class18);
1789
+ var InvalidOperationError = (_class19 = class _InvalidOperationError extends DumboError {
1790
+ static __initStatic37() {this.ErrorCode = 400}
1791
+ static __initStatic38() {this.ErrorType = "InvalidOperationError"}
1792
+ constructor(message, innerError) {
1793
+ super({
1794
+ errorCode: _InvalidOperationError.ErrorCode,
1795
+ errorType: _InvalidOperationError.ErrorType,
1796
+ message: _nullishCoalesce(message, () => ( `Invalid operation (e.g. syntax error, insufficient privileges, undefined table).`)),
1797
+ innerError
1798
+ });
1799
+ Object.setPrototypeOf(this, _InvalidOperationError.prototype);
1800
+ }
1801
+ }, _class19.__initStatic37(), _class19.__initStatic38(), _class19);
1802
+
1803
+ // src/core/execute/execute.ts
1804
+ var mapColumnToJSON = (column, serializer, options) => ({
1805
+ [column]: (value) => {
1806
+ if (typeof value === "string") {
1807
+ try {
1808
+ return serializer.deserialize(value, options);
1809
+ } catch (e5) {
1810
+ }
1811
+ }
1812
+ return value;
1813
+ }
1814
+ });
1815
+ var mapColumnToBigint = (column) => ({
1816
+ [column]: (value) => {
1817
+ if (typeof value === "number" || typeof value === "string") {
1818
+ return BigInt(value);
1819
+ }
1820
+ return value;
1821
+ }
1822
+ });
1823
+ var mapColumnToDate = (column) => ({
1824
+ [column]: (value) => {
1825
+ if (typeof value === "number" || typeof value === "string") {
1826
+ return new Date(value);
1827
+ }
1828
+ return value;
1829
+ }
1830
+ });
1831
+ var mapSQLQueryResult = (result, mapping) => {
1832
+ if (typeof result !== "object" || result === null) return result;
1833
+ const mappedResult = {
1834
+ ...result
1835
+ };
1836
+ for (const column of Object.keys(mapping)) {
1837
+ if (column in mappedResult) {
1838
+ mappedResult[column] = mapping[column](mappedResult[column]);
1839
+ }
1840
+ }
1841
+ return mappedResult;
1842
+ };
1843
+ var BatchCommandNoChangesError = class _BatchCommandNoChangesError extends DumboError {
1844
+
1845
+ constructor(statementIndex) {
1846
+ super({
1847
+ errorCode: 409,
1848
+ message: `Batch command at index ${statementIndex} affected no rows`
1849
+ });
1850
+ this.name = "BatchCommandNoChangesError";
1851
+ this.statementIndex = statementIndex;
1852
+ Object.setPrototypeOf(this, _BatchCommandNoChangesError.prototype);
1853
+ }
1854
+ };
1855
+ var sqlExecutor = (sqlExecutor2, options) => ({
1856
+ query: (sql, queryOptions) => executeInNewDbClient(
1857
+ (client) => sqlExecutor2.query(client, sql, queryOptions),
1858
+ options
1859
+ ),
1860
+ batchQuery: (sqls, queryOptions) => executeInNewDbClient(
1861
+ (client) => sqlExecutor2.batchQuery(client, sqls, queryOptions),
1862
+ options
1863
+ ),
1864
+ command: (sql, commandOptions) => executeInNewDbClient(
1865
+ (client) => sqlExecutor2.command(client, sql, commandOptions),
1866
+ options
1867
+ ),
1868
+ batchCommand: (sqls, commandOptions) => executeInNewDbClient(
1869
+ (client) => sqlExecutor2.batchCommand(client, sqls, commandOptions),
1870
+ options
1871
+ )
1872
+ });
1873
+ var sqlExecutorInNewConnection = (options) => ({
1874
+ query: (sql, queryOptions) => executeInNewConnection(
1875
+ (connection) => connection.execute.query(sql, queryOptions),
1876
+ options
1877
+ ),
1878
+ batchQuery: (sqls, queryOptions) => executeInNewConnection(
1879
+ (connection) => connection.execute.batchQuery(sqls, queryOptions),
1880
+ options
1881
+ ),
1882
+ command: (sql, commandOptions) => executeInNewConnection(
1883
+ (connection) => connection.execute.command(sql, commandOptions),
1884
+ options
1885
+ ),
1886
+ batchCommand: (sqls, commandOptions) => executeInNewConnection(
1887
+ (connection) => connection.execute.batchCommand(sqls, commandOptions),
1888
+ options
1889
+ )
1890
+ });
1891
+ var sqlExecutorInAmbientConnection = (options) => ({
1892
+ query: (sql, queryOptions) => executeInAmbientConnection(
1893
+ (connection) => connection.execute.query(sql, queryOptions),
1894
+ options
1895
+ ),
1896
+ batchQuery: (sqls, queryOptions) => executeInAmbientConnection(
1897
+ (connection) => connection.execute.batchQuery(sqls, queryOptions),
1898
+ options
1899
+ ),
1900
+ command: (sql, commandOptions) => executeInAmbientConnection(
1901
+ (connection) => connection.execute.command(sql, commandOptions),
1902
+ options
1903
+ ),
1904
+ batchCommand: (sqls, commandOptions) => executeInAmbientConnection(
1905
+ (connection) => connection.execute.batchCommand(sqls, commandOptions),
1906
+ options
1907
+ )
1908
+ });
1909
+ var executeInNewDbClient = async (handle, options) => {
1910
+ const { connect, close } = options;
1911
+ const client = await connect();
1912
+ try {
1913
+ return await handle(client);
1914
+ } catch (error) {
1915
+ if (close) await close(client, error);
1916
+ throw error;
1917
+ }
1520
1918
  };
1521
- var exists = async (getResult) => {
1522
- const result = await single(getResult);
1523
- return result.exists === true || result.exists === 1;
1919
+ var executeInNewConnection = async (handle, options) => {
1920
+ const connection = await options.connection();
1921
+ try {
1922
+ return await handle(connection);
1923
+ } finally {
1924
+ await connection.close();
1925
+ }
1524
1926
  };
1525
-
1526
- // src/core/tracing/printing/color.ts
1527
- var _ansis = require('ansis'); var _ansis2 = _interopRequireDefault(_ansis);
1528
- var enableColors = true;
1529
- var color = {
1530
- set level(value) {
1531
- enableColors = value === 1;
1532
- },
1533
- hex: (value) => (text) => enableColors ? _ansis2.default.hex(value)(text) : text,
1534
- red: (value) => enableColors ? _ansis2.default.red(value) : value,
1535
- green: (value) => enableColors ? _ansis2.default.green(value) : value,
1536
- blue: (value) => enableColors ? _ansis2.default.blue(value) : value,
1537
- cyan: (value) => enableColors ? _ansis2.default.cyan(value) : value,
1538
- yellow: (value) => enableColors ? _ansis2.default.yellow(value) : value
1927
+ var executeInAmbientConnection = async (handle, options) => {
1928
+ const connection = await options.connection();
1929
+ try {
1930
+ return await handle(connection);
1931
+ } finally {
1932
+ }
1539
1933
  };
1540
- var color_default = color;
1541
1934
 
1542
- // src/core/tracing/printing/pretty.ts
1543
- var TWO_SPACES = " ";
1544
- var COLOR_STRING = color_default.hex("#98c379");
1545
- var COLOR_KEY = color_default.hex("#61afef");
1546
- var COLOR_NUMBER_OR_DATE = color_default.hex("#d19a66");
1547
- var COLOR_BOOLEAN = color_default.hex("#c678dd");
1548
- var COLOR_NULL_OR_UNDEFINED = color_default.hex("#c678dd");
1549
- var COLOR_BRACKETS = color_default.hex("#abb2bf");
1550
- var processString = (str, indent, handleMultiline) => {
1551
- if (handleMultiline && str.includes("\n")) {
1552
- const lines = str.split("\n");
1553
- const indentedLines = lines.map(
1554
- (line) => indent + TWO_SPACES + COLOR_STRING(line)
1555
- );
1556
- return COLOR_STRING('"') + "\n" + indentedLines.join("\n") + "\n" + indent + COLOR_STRING('"');
1935
+ // src/core/connections/transaction.ts
1936
+ var toTransactionResult = (transactionResult) => transactionResult !== void 0 && transactionResult !== null && typeof transactionResult === "object" && "success" in transactionResult ? transactionResult : { success: true, result: transactionResult };
1937
+ var executeInTransaction = async (transaction, handle) => {
1938
+ await transaction.begin();
1939
+ try {
1940
+ const { success, result } = toTransactionResult(await handle(transaction));
1941
+ if (success) await transaction.commit();
1942
+ else await transaction.rollback();
1943
+ return result;
1944
+ } catch (e) {
1945
+ await transaction.rollback();
1946
+ throw e;
1557
1947
  }
1558
- return COLOR_STRING(`"${str}"`);
1559
1948
  };
1560
- var shouldPrint = (obj) => typeof obj !== "function" && typeof obj !== "symbol";
1561
- var formatJson = (obj, indentLevel = 0, handleMultiline = false) => {
1562
- const indent = TWO_SPACES.repeat(indentLevel);
1563
- if (obj === null) return COLOR_NULL_OR_UNDEFINED("null");
1564
- if (obj === void 0) return COLOR_NULL_OR_UNDEFINED("undefined");
1565
- if (typeof obj === "string")
1566
- return processString(obj, indent, handleMultiline);
1567
- if (typeof obj === "number" || typeof obj === "bigint" || obj instanceof Date)
1568
- return COLOR_NUMBER_OR_DATE(String(obj));
1569
- if (typeof obj === "boolean") return COLOR_BOOLEAN(String(obj));
1570
- if (obj instanceof Error) {
1571
- const errorObj = {};
1572
- const propNames = Object.getOwnPropertyNames(obj);
1573
- propNames.forEach((key) => {
1574
- errorObj[key] = obj[key];
1575
- });
1576
- return formatJson(errorObj, indentLevel, handleMultiline);
1577
- }
1578
- if (obj instanceof Promise) {
1579
- return COLOR_STRING("Promise {pending}");
1949
+ var transactionFactoryWithDbClient = (connect, initTransaction) => {
1950
+ let currentTransaction = void 0;
1951
+ const getOrInitCurrentTransaction = (options) => _nullishCoalesce(currentTransaction, () => ( (currentTransaction = initTransaction(connect(), {
1952
+ close: () => {
1953
+ currentTransaction = void 0;
1954
+ return Promise.resolve();
1955
+ },
1956
+ ..._nullishCoalesce(options, () => ( {}))
1957
+ }))));
1958
+ return {
1959
+ transaction: getOrInitCurrentTransaction,
1960
+ withTransaction: (handle, options) => executeInTransaction(getOrInitCurrentTransaction(options), handle)
1961
+ };
1962
+ };
1963
+ var wrapInConnectionClosure = async (connection, handle) => {
1964
+ try {
1965
+ return await handle();
1966
+ } finally {
1967
+ await connection.close();
1580
1968
  }
1581
- if (Array.isArray(obj)) {
1582
- const arrayItems = obj.map(
1583
- (item) => formatJson(item, indentLevel + 1, handleMultiline)
1969
+ };
1970
+ var transactionFactoryWithNewConnection = (connect) => ({
1971
+ transaction: (options) => {
1972
+ const connection = connect();
1973
+ const transaction = connection.transaction(options);
1974
+ return {
1975
+ ...transaction,
1976
+ commit: () => wrapInConnectionClosure(connection, () => transaction.commit()),
1977
+ rollback: () => wrapInConnectionClosure(connection, () => transaction.rollback())
1978
+ };
1979
+ },
1980
+ withTransaction: (handle, options) => {
1981
+ const connection = connect();
1982
+ return wrapInConnectionClosure(
1983
+ connection,
1984
+ () => connection.withTransaction(handle, options)
1584
1985
  );
1585
- return `${COLOR_BRACKETS("[")}
1586
- ${indent} ${arrayItems.join(
1587
- `,
1588
- ${indent} `
1589
- )}
1590
- ${indent}${COLOR_BRACKETS("]")}`;
1591
1986
  }
1592
- const entries = Object.entries(obj).filter(([_, value]) => shouldPrint(value)).map(
1593
- ([key, value]) => `${COLOR_KEY(`"${key}"`)}: ${formatJson(
1594
- value,
1595
- indentLevel + 1,
1596
- handleMultiline
1597
- )}`
1598
- );
1599
- return `${COLOR_BRACKETS("{")}
1600
- ${indent} ${entries.join(
1601
- `,
1602
- ${indent} `
1603
- )}
1604
- ${indent}${COLOR_BRACKETS("}")}`;
1605
- };
1606
- var prettyJson = (obj, options) => formatJson(obj, 0, _optionalChain([options, 'optionalAccess', _24 => _24.handleMultiline]));
1987
+ });
1988
+ var transactionFactoryWithAmbientConnection = (connect) => ({
1989
+ transaction: (options) => {
1990
+ const connection = connect();
1991
+ const transaction = connection.transaction(options);
1992
+ return {
1993
+ ...transaction,
1994
+ commit: () => transaction.commit(),
1995
+ rollback: () => transaction.rollback()
1996
+ };
1997
+ },
1998
+ withTransaction: (handle, options) => {
1999
+ const connection = connect();
2000
+ return connection.withTransaction(handle, options);
2001
+ }
2002
+ });
1607
2003
 
1608
- // src/core/tracing/index.ts
1609
- var tracer = () => {
2004
+ // src/core/connections/connection.ts
2005
+ var createAmbientConnection = (options) => {
2006
+ const { driverType, client, executor, initTransaction, serializer } = options;
2007
+ const clientPromise = Promise.resolve(client);
2008
+ const closePromise = Promise.resolve();
2009
+ const open = () => clientPromise;
2010
+ const close = () => closePromise;
2011
+ const connection = {
2012
+ driverType,
2013
+ open,
2014
+ close,
2015
+ ...transactionFactoryWithDbClient(
2016
+ open,
2017
+ initTransaction(() => typedConnection)
2018
+ ),
2019
+ execute: sqlExecutor(executor({ serializer }), { connect: open })
2020
+ };
2021
+ const typedConnection = connection;
2022
+ return typedConnection;
1610
2023
  };
1611
- var LogLevel = {
1612
- DISABLED: "DISABLED",
1613
- INFO: "INFO",
1614
- LOG: "LOG",
1615
- WARN: "WARN",
1616
- ERROR: "ERROR"
2024
+ var createSingletonConnection = (options) => {
2025
+ const { driverType, connect, close, initTransaction, executor, serializer } = options;
2026
+ let client = null;
2027
+ let connectPromise = null;
2028
+ const getClient = async () => {
2029
+ if (client) return client;
2030
+ if (!connectPromise) {
2031
+ connectPromise = connect().then((c) => {
2032
+ client = c;
2033
+ return c;
2034
+ });
2035
+ }
2036
+ return connectPromise;
2037
+ };
2038
+ const connection = {
2039
+ driverType,
2040
+ open: getClient,
2041
+ close: () => client ? close(client) : Promise.resolve(),
2042
+ ...transactionFactoryWithDbClient(
2043
+ getClient,
2044
+ initTransaction(() => typedConnection)
2045
+ ),
2046
+ execute: sqlExecutor(executor({ serializer }), { connect: getClient })
2047
+ };
2048
+ const typedConnection = connection;
2049
+ return typedConnection;
1617
2050
  };
1618
- var LogStyle = {
1619
- RAW: "RAW",
1620
- PRETTY: "PRETTY"
2051
+ var createTransientConnection = (options) => {
2052
+ const { driverType, open, close, initTransaction, executor, serializer } = options;
2053
+ const connection = {
2054
+ driverType,
2055
+ open,
2056
+ close,
2057
+ ...transactionFactoryWithDbClient(
2058
+ open,
2059
+ initTransaction(() => typedConnection)
2060
+ ),
2061
+ execute: sqlExecutor(executor({ serializer }), { connect: open })
2062
+ };
2063
+ const typedConnection = connection;
2064
+ return typedConnection;
1621
2065
  };
1622
- var shouldLog = (logLevel) => {
1623
- const definedLogLevel = _nullishCoalesce(process.env.DUMBO_LOG_LEVEL, () => ( LogLevel.DISABLED));
1624
- if (definedLogLevel === LogLevel.ERROR && logLevel === LogLevel.ERROR)
1625
- return true;
1626
- if (definedLogLevel === LogLevel.WARN && [LogLevel.ERROR, LogLevel.WARN].includes(logLevel))
1627
- return true;
1628
- if (definedLogLevel === LogLevel.LOG && [LogLevel.ERROR, LogLevel.WARN, LogLevel.LOG].includes(logLevel))
1629
- return true;
1630
- if (definedLogLevel === LogLevel.INFO && [LogLevel.ERROR, LogLevel.WARN, LogLevel.LOG, LogLevel.INFO].includes(
1631
- logLevel
1632
- ))
1633
- return true;
1634
- return false;
2066
+ var createConnection = (options) => {
2067
+ const { driverType, connect, close, initTransaction, executor, serializer } = options;
2068
+ let client = null;
2069
+ let connectPromise = null;
2070
+ const getClient = async () => {
2071
+ if (client) return client;
2072
+ if (!connectPromise) {
2073
+ connectPromise = connect().then((c) => {
2074
+ client = c;
2075
+ return c;
2076
+ });
2077
+ }
2078
+ return connectPromise;
2079
+ };
2080
+ const connection = {
2081
+ driverType,
2082
+ open: getClient,
2083
+ close: () => client ? close(client) : Promise.resolve(),
2084
+ ...transactionFactoryWithDbClient(
2085
+ getClient,
2086
+ initTransaction(() => typedConnection)
2087
+ ),
2088
+ execute: sqlExecutor(executor({ serializer }), { connect: getClient })
2089
+ };
2090
+ const typedConnection = connection;
2091
+ return typedConnection;
2092
+ };
2093
+
2094
+ // src/core/connections/pool.ts
2095
+ var createAmbientConnectionPool = (options) => {
2096
+ const { driverType, connection } = options;
2097
+ return createConnectionPool({
2098
+ driverType,
2099
+ getConnection: () => connection,
2100
+ execute: connection.execute,
2101
+ transaction: (options2) => connection.transaction(options2),
2102
+ withConnection: (handle, _options) => handle(connection),
2103
+ withTransaction: (handle, options2) => connection.withTransaction(handle, options2)
2104
+ });
1635
2105
  };
1636
- var nulloTraceEventRecorder = () => {
2106
+ var createSingletonConnectionPool = (options) => {
2107
+ const { driverType, getConnection } = options;
2108
+ let connection = null;
2109
+ const getExistingOrNewConnection = () => _nullishCoalesce(connection, () => ( (connection = getConnection())));
2110
+ const getExistingOrNewConnectionAsync = () => Promise.resolve(getExistingOrNewConnection());
2111
+ const result = {
2112
+ driverType,
2113
+ connection: getExistingOrNewConnectionAsync,
2114
+ execute: sqlExecutorInAmbientConnection({
2115
+ driverType,
2116
+ connection: getExistingOrNewConnectionAsync
2117
+ }),
2118
+ withConnection: (handle, _options) => executeInAmbientConnection(handle, {
2119
+ connection: getExistingOrNewConnectionAsync
2120
+ }),
2121
+ ...transactionFactoryWithAmbientConnection(getExistingOrNewConnection),
2122
+ close: () => {
2123
+ return connection !== null ? connection.close() : Promise.resolve();
2124
+ }
2125
+ };
2126
+ return result;
1637
2127
  };
1638
- var getTraceEventFormatter = (logStyle) => (event) => {
1639
- switch (logStyle) {
1640
- case "RAW":
1641
- return JSONSerializer.serialize(event);
1642
- case "PRETTY":
1643
- return prettyJson(event, { handleMultiline: true });
1644
- }
2128
+ var createSingletonClientConnectionPool = (options) => {
2129
+ const { driverType, dbClient } = options;
2130
+ return createSingletonConnectionPool({
2131
+ getConnection: () => options.connectionFactory({ dbClient }),
2132
+ driverType
2133
+ });
1645
2134
  };
1646
- var getTraceEventRecorder = (logLevel, logStyle) => {
1647
- const format = getTraceEventFormatter(logStyle);
1648
- switch (logLevel) {
1649
- case "DISABLED":
1650
- return nulloTraceEventRecorder;
1651
- case "INFO":
1652
- return (event) => console.info(format(event));
1653
- case "LOG":
1654
- return (event) => console.log(format(event));
1655
- case "WARN":
1656
- return (event) => console.warn(format(event));
1657
- case "ERROR":
1658
- return (event) => console.error(format(event));
1659
- }
2135
+ var createAlwaysNewConnectionPool = (options) => {
2136
+ const { driverType, getConnection, connectionOptions } = options;
2137
+ return createConnectionPool({
2138
+ driverType,
2139
+ getConnection: () => connectionOptions ? getConnection(connectionOptions) : getConnection()
2140
+ });
1660
2141
  };
1661
- var recordTraceEvent = (logLevel, eventName, attributes) => {
1662
- if (!shouldLog(LogLevel.LOG)) return;
1663
- const event = {
1664
- name: eventName,
1665
- timestamp: (/* @__PURE__ */ new Date()).getTime(),
1666
- ...attributes
2142
+ var createConnectionPool = (pool) => {
2143
+ const { driverType, getConnection } = pool;
2144
+ const connection = "connection" in pool ? pool.connection : () => Promise.resolve(getConnection());
2145
+ const withConnection = "withConnection" in pool ? pool.withConnection : (handle, _options) => executeInNewConnection(handle, {
2146
+ connection
2147
+ });
2148
+ const close = "close" in pool ? pool.close : () => Promise.resolve();
2149
+ const execute = "execute" in pool ? pool.execute : sqlExecutorInNewConnection({
2150
+ driverType,
2151
+ connection
2152
+ });
2153
+ const transaction = "transaction" in pool && "withTransaction" in pool ? {
2154
+ transaction: pool.transaction,
2155
+ withTransaction: pool.withTransaction
2156
+ } : transactionFactoryWithNewConnection(getConnection);
2157
+ const result = {
2158
+ driverType,
2159
+ connection,
2160
+ withConnection,
2161
+ close,
2162
+ execute,
2163
+ ...transaction
1667
2164
  };
1668
- const record = getTraceEventRecorder(
1669
- logLevel,
1670
- _nullishCoalesce(process.env.DUMBO_LOG_STYLE, () => ( "RAW"))
1671
- );
1672
- record(event);
2165
+ return result;
1673
2166
  };
1674
- tracer.info = (eventName, attributes) => recordTraceEvent(LogLevel.INFO, eventName, attributes);
1675
- tracer.warn = (eventName, attributes) => recordTraceEvent(LogLevel.WARN, eventName, attributes);
1676
- tracer.log = (eventName, attributes) => recordTraceEvent(LogLevel.LOG, eventName, attributes);
1677
- tracer.error = (eventName, attributes) => recordTraceEvent(LogLevel.ERROR, eventName, attributes);
1678
2167
 
1679
- // src/core/schema/migrators/schemaComponentMigrator.ts
1680
- var { AutoIncrement, Varchar, Timestamp } = SQL.column.type;
1681
- var migrationTableSQL = SQL`
1682
- CREATE TABLE IF NOT EXISTS migrations (
1683
- id ${AutoIncrement({ primaryKey: true })},
1684
- name ${Varchar(255)} NOT NULL UNIQUE,
1685
- application ${Varchar(255)} NOT NULL DEFAULT 'default',
1686
- sql_hash ${Varchar(64)} NOT NULL,
1687
- timestamp ${Timestamp} NOT NULL DEFAULT CURRENT_TIMESTAMP
1688
- );
1689
- `;
1690
- var migrationTableSchemaComponent = schemaComponent(
1691
- "dumbo:schema-component:migrations-table",
1692
- {
1693
- migrations: [sqlMigration("dumbo:migrationTable:001", [migrationTableSQL])]
1694
- }
1695
- );
1696
- var SchemaComponentMigrator = (component, dumbo) => {
1697
- const completedMigrations = [];
1698
- return {
1699
- component,
1700
- run: async (options) => {
1701
- const pendingMigrations = component.migrations.filter(
1702
- (m) => !completedMigrations.includes(
1703
- `${component.schemaComponentKey}:${m.name}`
1704
- )
1705
- );
1706
- if (pendingMigrations.length === 0) return;
1707
- await runSQLMigrations(dumbo, pendingMigrations, options);
1708
- completedMigrations.push(
1709
- ...pendingMigrations.map(
1710
- (m) => `${component.schemaComponentKey}:${m.name}`
1711
- )
1712
- );
1713
- }
1714
- };
1715
- };
2168
+ // src/core/index.ts
2169
+ SQL.columnN = Object.assign(dumboSchema.column, {
2170
+ type: SQLColumnTypeTokensFactory
2171
+ });
1716
2172
 
1717
2173
  // src/core/schema/migrators/migrator.ts
1718
2174
  var MIGRATIONS_LOCK_ID = 999956789;
@@ -1737,42 +2193,60 @@ var runSQLMigrations = (pool, migrations, partialOptions) => pool.withTransactio
1737
2193
  ...partialOptions,
1738
2194
  schema: {
1739
2195
  ...defaultOptions.schema,
1740
- ..._nullishCoalesce(_optionalChain([partialOptions, 'optionalAccess', _25 => _25.schema]), () => ( {}))
2196
+ ..._nullishCoalesce(_optionalChain([partialOptions, 'optionalAccess', _42 => _42.schema]), () => ( {}))
1741
2197
  },
1742
2198
  lock: {
1743
2199
  ...defaultOptions.lock,
1744
- ..._optionalChain([partialOptions, 'optionalAccess', _26 => _26.lock]),
2200
+ ..._optionalChain([partialOptions, 'optionalAccess', _43 => _43.lock]),
1745
2201
  options: {
1746
2202
  lockId: MIGRATIONS_LOCK_ID,
1747
- ..._optionalChain([defaultOptions, 'access', _27 => _27.lock, 'optionalAccess', _28 => _28.options]),
1748
- ..._optionalChain([partialOptions, 'optionalAccess', _29 => _29.lock, 'optionalAccess', _30 => _30.options])
2203
+ ..._optionalChain([defaultOptions, 'access', _44 => _44.lock, 'optionalAccess', _45 => _45.options]),
2204
+ ..._optionalChain([partialOptions, 'optionalAccess', _46 => _46.lock, 'optionalAccess', _47 => _47.options])
1749
2205
  }
1750
2206
  },
1751
- dryRun: _nullishCoalesce(defaultOptions.dryRun, () => ( _optionalChain([partialOptions, 'optionalAccess', _31 => _31.dryRun])))
2207
+ dryRun: _nullishCoalesce(defaultOptions.dryRun, () => ( _optionalChain([partialOptions, 'optionalAccess', _48 => _48.dryRun]))),
2208
+ ignoreMigrationHashMismatch: _nullishCoalesce(defaultOptions.ignoreMigrationHashMismatch, () => ( _optionalChain([partialOptions, 'optionalAccess', _49 => _49.ignoreMigrationHashMismatch]))),
2209
+ migrationTimeoutMs: _nullishCoalesce(defaultOptions.migrationTimeoutMs, () => ( _optionalChain([partialOptions, 'optionalAccess', _50 => _50.migrationTimeoutMs])))
1752
2210
  };
1753
2211
  const { databaseLock: _, ...rest } = _nullishCoalesce(options.lock, () => ( {}));
1754
- const databaseLock = _nullishCoalesce(_optionalChain([options, 'access', _32 => _32.lock, 'optionalAccess', _33 => _33.databaseLock]), () => ( NoDatabaseLock));
2212
+ const databaseLock = _nullishCoalesce(_optionalChain([options, 'access', _51 => _51.lock, 'optionalAccess', _52 => _52.databaseLock]), () => ( NoDatabaseLock));
1755
2213
  const lockOptions = {
1756
2214
  lockId: MIGRATIONS_LOCK_ID,
1757
2215
  ...rest
1758
2216
  };
1759
- const migrationTable = _nullishCoalesce(_optionalChain([options, 'access', _34 => _34.schema, 'optionalAccess', _35 => _35.migrationTable]), () => ( migrationTableSchemaComponent));
2217
+ const migrationTable = _nullishCoalesce(_optionalChain([options, 'access', _53 => _53.schema, 'optionalAccess', _54 => _54.migrationTable]), () => ( migrationTableSchemaComponent));
1760
2218
  const coreMigrations = migrationTable.migrations;
2219
+ const result = { applied: [], skipped: [] };
1761
2220
  await databaseLock.withAcquire(
1762
2221
  execute,
1763
2222
  async () => {
1764
2223
  for (const migration of coreMigrations) {
1765
- await execute.batchCommand(migration.sqls);
2224
+ await execute.batchCommand(migration.sqls, {
2225
+ timeoutMs: options.migrationTimeoutMs
2226
+ });
1766
2227
  }
1767
2228
  for (const migration of migrations) {
1768
- await runSQLMigration(databaseType, execute, migration);
2229
+ const wasApplied = await runSQLMigration(
2230
+ databaseType,
2231
+ execute,
2232
+ migration,
2233
+ {
2234
+ ignoreMigrationHashMismatch: _nullishCoalesce(options.ignoreMigrationHashMismatch, () => ( false)),
2235
+ migrationTimeoutMs: options.migrationTimeoutMs
2236
+ }
2237
+ );
2238
+ if (wasApplied) {
2239
+ result.applied.push(migration);
2240
+ } else {
2241
+ result.skipped.push(migration);
2242
+ }
1769
2243
  }
1770
2244
  },
1771
2245
  lockOptions
1772
2246
  );
1773
- return { success: options.dryRun ? false : true, result: void 0 };
2247
+ return { success: options.dryRun ? false : true, result };
1774
2248
  });
1775
- var runSQLMigration = async (databaseType, execute, migration) => {
2249
+ var runSQLMigration = async (databaseType, execute, migration, options) => {
1776
2250
  const sqls = combineMigrations(migration);
1777
2251
  const sqlHash = await getMigrationHash(migration, getFormatter(databaseType));
1778
2252
  try {
@@ -1780,13 +2254,34 @@ var runSQLMigration = async (databaseType, execute, migration) => {
1780
2254
  name: migration.name,
1781
2255
  sqlHash
1782
2256
  };
1783
- const wasMigrationApplied = await ensureMigrationWasNotAppliedYet(
2257
+ const checkResult = await ensureMigrationWasNotAppliedYet(
1784
2258
  execute,
1785
2259
  newMigration
1786
2260
  );
1787
- if (wasMigrationApplied) return;
1788
- await execute.batchCommand(sqls);
2261
+ if (checkResult.exists === true) {
2262
+ if (checkResult.hashesMatch === true) {
2263
+ tracer.info("migration-already-applied", {
2264
+ migrationName: migration.name
2265
+ });
2266
+ return false;
2267
+ }
2268
+ if (_optionalChain([options, 'optionalAccess', _55 => _55.ignoreMigrationHashMismatch]) !== true)
2269
+ throw new Error(
2270
+ `Migration hash mismatch for "${migration.name}". Aborting migration.`
2271
+ );
2272
+ tracer.warn("migration-hash-mismatch", {
2273
+ migrationName: migration.name,
2274
+ expectedHash: sqlHash,
2275
+ actualHash: checkResult.hashFromDB
2276
+ });
2277
+ await updateMigrationHash(execute, newMigration);
2278
+ return false;
2279
+ }
2280
+ await execute.batchCommand(sqls, {
2281
+ timeoutMs: _optionalChain([options, 'optionalAccess', _56 => _56.migrationTimeoutMs])
2282
+ });
1789
2283
  await recordMigration(execute, newMigration);
2284
+ return true;
1790
2285
  } catch (error) {
1791
2286
  tracer.error("migration-error", {
1792
2287
  migationName: migration.name,
@@ -1796,7 +2291,9 @@ var runSQLMigration = async (databaseType, execute, migration) => {
1796
2291
  }
1797
2292
  };
1798
2293
  var getMigrationHash = async (sqlMigration2, sqlFormatter) => {
1799
- const content = sqlFormatter.describe(sqlMigration2.sqls);
2294
+ const content = sqlFormatter.describe(sqlMigration2.sqls, {
2295
+ serializer: JSONSerializer
2296
+ });
1800
2297
  const encoder = new TextEncoder();
1801
2298
  const data = encoder.encode(content);
1802
2299
  const hashBuffer = await crypto.subtle.digest("SHA-256", data);
@@ -1807,74 +2304,71 @@ var combineMigrations = (...migration) => migration.flatMap((m) => m.sqls);
1807
2304
  var ensureMigrationWasNotAppliedYet = async (execute, migration) => {
1808
2305
  const result = await singleOrNull(
1809
2306
  execute.query(
1810
- SQL`SELECT sql_hash FROM migrations WHERE name = ${migration.name}`
2307
+ SQL`SELECT sql_hash as "sqlHash" FROM dmb_migrations WHERE name = ${migration.name}`
1811
2308
  )
1812
2309
  );
1813
- if (result === null) return false;
1814
- const { sqlHash } = mapToCamelCase(result);
1815
- if (sqlHash !== migration.sqlHash) {
1816
- throw new Error(
1817
- `Migration hash mismatch for "${migration.name}". Aborting migration.`
1818
- );
1819
- }
1820
- return true;
2310
+ if (result === null) return { exists: false };
2311
+ const { sqlHash } = result;
2312
+ return {
2313
+ exists: true,
2314
+ hashesMatch: sqlHash === migration.sqlHash,
2315
+ hashFromDB: sqlHash
2316
+ };
1821
2317
  };
1822
2318
  var recordMigration = async (execute, migration) => {
1823
2319
  await execute.command(
1824
2320
  SQL`
1825
- INSERT INTO migrations (name, sql_hash)
2321
+ INSERT INTO dmb_migrations (name, sql_hash)
1826
2322
  VALUES (${migration.name}, ${migration.sqlHash})`
1827
2323
  );
1828
2324
  };
1829
-
1830
- // src/core/index.ts
1831
- SQL.columnN = Object.assign(dumboSchema.column, {
1832
- type: SQLColumnTypeTokensFactory
1833
- });
1834
-
1835
- // src/core/drivers/databaseDriver.ts
1836
- var canHandleDriverWithConnectionString = (driver, tryParseConnectionString) => (options) => {
1837
- if ("driverType" in options) return options.driverType === driver;
1838
- if ("connectionString" in options && typeof options.connectionString === "string")
1839
- return tryParseConnectionString(options.connectionString) !== null;
1840
- return false;
2325
+ var updateMigrationHash = async (execute, migration) => {
2326
+ await execute.command(
2327
+ SQL`
2328
+ UPDATE dmb_migrations
2329
+ SET sql_hash = ${migration.sqlHash}, timestamp = ${/* @__PURE__ */ new Date()}
2330
+ WHERE name = ${migration.name}
2331
+ `
2332
+ );
1841
2333
  };
1842
- var DumboDatabaseDriverRegistry = () => {
1843
- const drivers = /* @__PURE__ */ new Map();
1844
- const register = (driverType, plugin) => {
1845
- const entry = drivers.get(driverType);
1846
- if (entry && (typeof entry !== "function" || typeof plugin === "function")) {
1847
- return;
1848
- }
1849
- drivers.set(driverType, plugin);
1850
- };
1851
- const getDriver = (options) => options.driverType ? drivers.get(options.driverType) : [...drivers.values()].find(
1852
- (d) => typeof d !== "function" && d.canHandle(options)
2334
+
2335
+ // src/core/schema/migrators/schemaComponentMigrator.ts
2336
+ var { AutoIncrement, Varchar, Timestamp } = SQL.column.type;
2337
+ var migrationTableSQL = SQL`
2338
+ CREATE TABLE IF NOT EXISTS dmb_migrations (
2339
+ id ${AutoIncrement({ primaryKey: true })},
2340
+ name ${Varchar(255)} NOT NULL UNIQUE,
2341
+ application ${Varchar(255)} NOT NULL DEFAULT 'default',
2342
+ sql_hash ${Varchar(64)} NOT NULL,
2343
+ timestamp ${Timestamp} NOT NULL DEFAULT CURRENT_TIMESTAMP
1853
2344
  );
1854
- const tryResolve = async (options) => {
1855
- const driver = getDriver(options);
1856
- if (!driver) return null;
1857
- if (typeof driver !== "function") return driver;
1858
- const plugin = await driver();
1859
- register(plugin.driverType, plugin);
1860
- return plugin;
1861
- };
1862
- const tryGet = (options) => {
1863
- const driver = getDriver(options);
1864
- return driver && typeof driver !== "function" ? driver : null;
1865
- };
1866
- const has = (driverType) => drivers.has(driverType);
2345
+ `;
2346
+ var migrationTableSchemaComponent = schemaComponent(
2347
+ "dumbo:schema-component:migrations-table",
2348
+ {
2349
+ migrations: [sqlMigration("dumbo:migrationTable:001", [migrationTableSQL])]
2350
+ }
2351
+ );
2352
+ var SchemaComponentMigrator = (component, dumbo) => {
2353
+ const completedMigrations = [];
1867
2354
  return {
1868
- register,
1869
- tryResolve,
1870
- tryGet,
1871
- has,
1872
- get databaseDriverTypes() {
1873
- return Array.from(drivers.keys());
2355
+ component,
2356
+ run: async (options) => {
2357
+ const pendingMigrations = component.migrations.filter(
2358
+ (m) => !completedMigrations.includes(
2359
+ `${component.schemaComponentKey}:${m.name}`
2360
+ )
2361
+ );
2362
+ if (pendingMigrations.length === 0) return;
2363
+ await runSQLMigrations(dumbo, pendingMigrations, options);
2364
+ completedMigrations.push(
2365
+ ...pendingMigrations.map(
2366
+ (m) => `${component.schemaComponentKey}:${m.name}`
2367
+ )
2368
+ );
1874
2369
  }
1875
2370
  };
1876
2371
  };
1877
- var dumboDatabaseDriverRegistry = globalThis.dumboDatabaseDriverRegistry = _nullishCoalesce(globalThis.dumboDatabaseDriverRegistry, () => ( DumboDatabaseDriverRegistry()));
1878
2372
 
1879
2373
 
1880
2374
 
@@ -2007,5 +2501,33 @@ var dumboDatabaseDriverRegistry = globalThis.dumboDatabaseDriverRegistry = _null
2007
2501
 
2008
2502
 
2009
2503
 
2010
- exports.canHandleDriverWithConnectionString = canHandleDriverWithConnectionString; exports.DumboDatabaseDriverRegistry = DumboDatabaseDriverRegistry; exports.dumboDatabaseDriverRegistry = dumboDatabaseDriverRegistry; exports.toDatabaseDriverType = toDatabaseDriverType; exports.fromDatabaseDriverType = fromDatabaseDriverType; exports.getDatabaseDriverName = getDatabaseDriverName; exports.getDatabaseType = getDatabaseType; exports.composeJSONReplacers = composeJSONReplacers; exports.composeJSONRevivers = composeJSONRevivers; exports.JSONReplacer = JSONReplacer; exports.JSONReviver = JSONReviver; exports.JSONReplacers = JSONReplacers; exports.JSONRevivers = JSONRevivers; exports.jsonSerializer = jsonSerializer; exports.JSONSerializer = JSONSerializer; exports.RawJSONSerializer = RawJSONSerializer; exports.ParametrizedSQLBuilder = ParametrizedSQLBuilder; exports.SQLToken = SQLToken; exports.SQLIdentifier = SQLIdentifier; exports.SQLPlain = SQLPlain; exports.SQLLiteral = SQLLiteral; exports.SQLArray = SQLArray; exports.SQLIn = SQLIn; exports.ColumnTypeToken = ColumnTypeToken; exports.SerialToken = SerialToken; exports.BigSerialToken = BigSerialToken; exports.IntegerToken = IntegerToken; exports.BigIntegerToken = BigIntegerToken; exports.JSONBToken = JSONBToken; exports.TimestampToken = TimestampToken; exports.TimestamptzToken = TimestamptzToken; exports.VarcharToken = VarcharToken; exports.AutoIncrementSQLColumnToken = AutoIncrementSQLColumnToken; exports.SQLColumnTypeTokens = SQLColumnTypeTokens; exports.SQLColumnTypeTokensFactory = SQLColumnTypeTokensFactory; exports.SQLColumnToken = SQLColumnToken; exports.SQLProcessor = SQLProcessor; exports.ExpandArrayProcessor = ExpandArrayProcessor; exports.ExpandSQLInProcessor = ExpandSQLInProcessor; exports.FormatIdentifierProcessor = FormatIdentifierProcessor; exports.MapLiteralProcessor = MapLiteralProcessor; exports.SQLProcessorsRegistry = SQLProcessorsRegistry; exports.mapDefaultSQLColumnProcessors = mapDefaultSQLColumnProcessors; exports.defaultProcessorsRegistry = defaultProcessorsRegistry; exports.TokenizedSQL = TokenizedSQL; exports.isTokenizedSQL = isTokenizedSQL; exports.SQL = SQL; exports.isSQL = isSQL; exports.ansiSqlReservedMap = ansiSqlReservedMap; exports.ANSISQLParamPlaceholder = ANSISQLParamPlaceholder; exports.ANSISQLIdentifierQuote = ANSISQLIdentifierQuote; exports.mapANSISQLParamPlaceholder = mapANSISQLParamPlaceholder; exports.mapSQLIdentifier = mapSQLIdentifier; exports.DefaultMapSQLParamValueOptions = DefaultMapSQLParamValueOptions; exports.SQLValueMapper = SQLValueMapper; exports.mapSQLParamValue = mapSQLParamValue; exports.SQLFormatter = SQLFormatter2; exports.registerFormatter = registerFormatter; exports.getFormatter = getFormatter; exports.formatSQL = formatSQL; exports.describeSQL = describeSQL; exports.mapColumnToJSON = mapColumnToJSON; exports.mapColumnToBigint = mapColumnToBigint; exports.mapSQLQueryResult = mapSQLQueryResult; exports.sqlExecutor = sqlExecutor; exports.sqlExecutorInNewConnection = sqlExecutorInNewConnection; exports.sqlExecutorInAmbientConnection = sqlExecutorInAmbientConnection; exports.executeInNewDbClient = executeInNewDbClient; exports.executeInNewConnection = executeInNewConnection; exports.executeInAmbientConnection = executeInAmbientConnection; exports.executeInTransaction = executeInTransaction; exports.transactionFactoryWithDbClient = transactionFactoryWithDbClient; exports.transactionFactoryWithNewConnection = transactionFactoryWithNewConnection; exports.transactionFactoryWithAmbientConnection = transactionFactoryWithAmbientConnection; exports.createAmbientConnection = createAmbientConnection; exports.createSingletonConnection = createSingletonConnection; exports.createTransientConnection = createTransientConnection; exports.createConnection = createConnection; exports.createAmbientConnectionPool = createAmbientConnectionPool; exports.createSingletonConnectionPool = createSingletonConnectionPool; exports.createSingletonClientPool = createSingletonClientPool; exports.createAlwaysNewConnectionPool = createAlwaysNewConnectionPool; exports.createConnectionPool = createConnectionPool; exports.sqlMigration = sqlMigration; exports.schemaComponent = schemaComponent; exports.isSchemaComponentOfType = isSchemaComponentOfType; exports.filterSchemaComponentsOfType = filterSchemaComponentsOfType; exports.mapSchemaComponentsOfType = mapSchemaComponentsOfType; exports.findSchemaComponentsOfType = findSchemaComponentsOfType; exports.ColumnURNType = ColumnURNType; exports.ColumnURN = ColumnURN; exports.columnSchemaComponent = columnSchemaComponent; exports.IndexURNType = IndexURNType; exports.IndexURN = IndexURN; exports.indexSchemaComponent = indexSchemaComponent; exports.TableURNType = TableURNType; exports.TableURN = TableURN; exports.tableSchemaComponent = tableSchemaComponent; exports.DatabaseSchemaURNType = DatabaseSchemaURNType; exports.DatabaseSchemaURN = DatabaseSchemaURN; exports.databaseSchemaSchemaComponent = databaseSchemaSchemaComponent; exports.DatabaseURNType = DatabaseURNType; exports.DatabaseURN = DatabaseURN; exports.databaseSchemaComponent = databaseSchemaComponent; exports.relationship = relationship; exports.schemaComponentURN = schemaComponentURN; exports.dumboSchema = dumboSchema; exports.defaultDatabaseLockOptions = defaultDatabaseLockOptions; exports.NoDatabaseLock = NoDatabaseLock; exports.mapRows = mapRows; exports.toCamelCase = toCamelCase; exports.mapToCamelCase = mapToCamelCase; exports.firstOrNull = firstOrNull; exports.first = first; exports.singleOrNull = singleOrNull; exports.single = single; exports.count = count; exports.exists = exists; exports.color = color; exports.prettyJson = prettyJson; exports.tracer = tracer; exports.LogLevel = LogLevel; exports.LogStyle = LogStyle; exports.migrationTableSchemaComponent = migrationTableSchemaComponent; exports.SchemaComponentMigrator = SchemaComponentMigrator; exports.MIGRATIONS_LOCK_ID = MIGRATIONS_LOCK_ID; exports.registerDefaultMigratorOptions = registerDefaultMigratorOptions; exports.getDefaultMigratorOptionsFromRegistry = getDefaultMigratorOptionsFromRegistry; exports.runSQLMigrations = runSQLMigrations; exports.combineMigrations = combineMigrations;
2011
- //# sourceMappingURL=chunk-OJ34O3Q2.cjs.map
2504
+
2505
+
2506
+
2507
+
2508
+
2509
+
2510
+
2511
+
2512
+
2513
+
2514
+
2515
+
2516
+
2517
+
2518
+
2519
+
2520
+
2521
+
2522
+
2523
+
2524
+
2525
+
2526
+
2527
+
2528
+
2529
+
2530
+
2531
+
2532
+ exports.schemaComponent = schemaComponent; exports.isSchemaComponentOfType = isSchemaComponentOfType; exports.filterSchemaComponentsOfType = filterSchemaComponentsOfType; exports.mapSchemaComponentsOfType = mapSchemaComponentsOfType; exports.findSchemaComponentsOfType = findSchemaComponentsOfType; exports.ColumnURNType = ColumnURNType; exports.ColumnURN = ColumnURN; exports.columnSchemaComponent = columnSchemaComponent; exports.IndexURNType = IndexURNType; exports.IndexURN = IndexURN; exports.indexSchemaComponent = indexSchemaComponent; exports.TableURNType = TableURNType; exports.TableURN = TableURN; exports.tableSchemaComponent = tableSchemaComponent; exports.DatabaseSchemaURNType = DatabaseSchemaURNType; exports.DatabaseSchemaURN = DatabaseSchemaURN; exports.databaseSchemaSchemaComponent = databaseSchemaSchemaComponent; exports.DatabaseURNType = DatabaseURNType; exports.DatabaseURN = DatabaseURN; exports.databaseSchemaComponent = databaseSchemaComponent; exports.relationship = relationship; exports.schemaComponentURN = schemaComponentURN; exports.canHandleDriverWithConnectionString = canHandleDriverWithConnectionString; exports.DumboDatabaseDriverRegistry = DumboDatabaseDriverRegistry; exports.dumboDatabaseDriverRegistry = dumboDatabaseDriverRegistry; exports.toDatabaseDriverType = toDatabaseDriverType; exports.fromDatabaseDriverType = fromDatabaseDriverType; exports.getDatabaseDriverName = getDatabaseDriverName; exports.getDatabaseType = getDatabaseType; exports.DumboDatabaseMetadataRegistry = DumboDatabaseMetadataRegistry; exports.dumboDatabaseMetadataRegistry = dumboDatabaseMetadataRegistry; exports.getDatabaseMetadata = getDatabaseMetadata; exports.resolveDatabaseMetadata = resolveDatabaseMetadata; exports.getDefaultDatabase = getDefaultDatabase; exports.getDefaultDatabaseAsync = getDefaultDatabaseAsync; exports.dumboSchema = dumboSchema; exports.defaultDatabaseLockOptions = defaultDatabaseLockOptions; exports.NoDatabaseLock = NoDatabaseLock; exports.mapRows = mapRows; exports.toCamelCase = toCamelCase; exports.mapToCamelCase = mapToCamelCase; exports.firstOrNull = firstOrNull; exports.first = first; exports.singleOrNull = singleOrNull; exports.single = single; exports.count = count; exports.exists = exists; exports.composeJSONReplacers = composeJSONReplacers; exports.composeJSONRevivers = composeJSONRevivers; exports.JSONReplacer = JSONReplacer; exports.JSONReviver = JSONReviver; exports.JSONReplacers = JSONReplacers; exports.JSONRevivers = JSONRevivers; exports.jsonSerializer = jsonSerializer; exports.JSONSerializer = JSONSerializer; exports.JSONCodec = JSONCodec; exports.ParametrizedSQLBuilder = ParametrizedSQLBuilder; exports.SQLToken = SQLToken; exports.SQLIdentifier = SQLIdentifier; exports.SQLPlain = SQLPlain; exports.SQLLiteral = SQLLiteral; exports.SQLArray = SQLArray; exports.SQLIn = SQLIn; exports.ColumnTypeToken = ColumnTypeToken; exports.SerialToken = SerialToken; exports.BigSerialToken = BigSerialToken; exports.IntegerToken = IntegerToken; exports.BigIntegerToken = BigIntegerToken; exports.JSONBToken = JSONBToken; exports.TimestampToken = TimestampToken; exports.TimestamptzToken = TimestamptzToken; exports.VarcharToken = VarcharToken; exports.AutoIncrementSQLColumnToken = AutoIncrementSQLColumnToken; exports.SQLColumnTypeTokens = SQLColumnTypeTokens; exports.SQLColumnTypeTokensFactory = SQLColumnTypeTokensFactory; exports.SQLColumnToken = SQLColumnToken; exports.SQLProcessor = SQLProcessor; exports.ExpandArrayProcessor = ExpandArrayProcessor; exports.ExpandSQLInProcessor = ExpandSQLInProcessor; exports.FormatIdentifierProcessor = FormatIdentifierProcessor; exports.MapLiteralProcessor = MapLiteralProcessor; exports.SQLProcessorsRegistry = SQLProcessorsRegistry; exports.mapDefaultSQLColumnProcessors = mapDefaultSQLColumnProcessors; exports.defaultProcessorsRegistry = defaultProcessorsRegistry; exports.TokenizedSQL = TokenizedSQL; exports.isTokenizedSQL = isTokenizedSQL; exports.SQL = SQL; exports.RawSQL = RawSQL; exports.isSQL = isSQL; exports.ansiSqlReservedMap = ansiSqlReservedMap; exports.ANSISQLParamPlaceholder = ANSISQLParamPlaceholder; exports.ANSISQLIdentifierQuote = ANSISQLIdentifierQuote; exports.mapANSISQLParamPlaceholder = mapANSISQLParamPlaceholder; exports.mapSQLIdentifier = mapSQLIdentifier; exports.DefaultMapSQLParamValueOptions = DefaultMapSQLParamValueOptions; exports.SQLValueMapper = SQLValueMapper; exports.mapSQLParamValue = mapSQLParamValue; exports.SQLFormatter = SQLFormatter; exports.registerFormatter = registerFormatter; exports.getFormatter = getFormatter; exports.formatSQL = formatSQL; exports.describeSQL = describeSQL; exports.color = color; exports.prettyJson = prettyJson; exports.tracer = tracer; exports.LogLevel = LogLevel; exports.LogStyle = LogStyle; exports.sqlMigration = sqlMigration; exports.migrationTableSchemaComponent = migrationTableSchemaComponent; exports.SchemaComponentMigrator = SchemaComponentMigrator; exports.MIGRATIONS_LOCK_ID = MIGRATIONS_LOCK_ID; exports.registerDefaultMigratorOptions = registerDefaultMigratorOptions; exports.getDefaultMigratorOptionsFromRegistry = getDefaultMigratorOptionsFromRegistry; exports.runSQLMigrations = runSQLMigrations; exports.combineMigrations = combineMigrations; exports.DumboError = DumboError; exports.ConcurrencyError = ConcurrencyError; exports.TransientDatabaseError = TransientDatabaseError; exports.ConnectionError = ConnectionError; exports.SerializationError = SerializationError; exports.DeadlockError = DeadlockError; exports.LockNotAvailableError = LockNotAvailableError; exports.InsufficientResourcesError = InsufficientResourcesError; exports.SystemError = SystemError; exports.AdminShutdownError = AdminShutdownError; exports.QueryCanceledError = QueryCanceledError; exports.IntegrityConstraintViolationError = IntegrityConstraintViolationError; exports.UniqueConstraintError = UniqueConstraintError; exports.ForeignKeyViolationError = ForeignKeyViolationError; exports.NotNullViolationError = NotNullViolationError; exports.CheckViolationError = CheckViolationError; exports.ExclusionViolationError = ExclusionViolationError; exports.DataError = DataError; exports.InvalidOperationError = InvalidOperationError; exports.mapColumnToJSON = mapColumnToJSON; exports.mapColumnToBigint = mapColumnToBigint; exports.mapColumnToDate = mapColumnToDate; exports.mapSQLQueryResult = mapSQLQueryResult; exports.BatchCommandNoChangesError = BatchCommandNoChangesError; exports.sqlExecutor = sqlExecutor; exports.sqlExecutorInNewConnection = sqlExecutorInNewConnection; exports.sqlExecutorInAmbientConnection = sqlExecutorInAmbientConnection; exports.executeInNewDbClient = executeInNewDbClient; exports.executeInNewConnection = executeInNewConnection; exports.executeInAmbientConnection = executeInAmbientConnection; exports.executeInTransaction = executeInTransaction; exports.transactionFactoryWithDbClient = transactionFactoryWithDbClient; exports.transactionFactoryWithNewConnection = transactionFactoryWithNewConnection; exports.transactionFactoryWithAmbientConnection = transactionFactoryWithAmbientConnection; exports.createAmbientConnection = createAmbientConnection; exports.createSingletonConnection = createSingletonConnection; exports.createTransientConnection = createTransientConnection; exports.createConnection = createConnection; exports.createAmbientConnectionPool = createAmbientConnectionPool; exports.createSingletonConnectionPool = createSingletonConnectionPool; exports.createSingletonClientConnectionPool = createSingletonClientConnectionPool; exports.createAlwaysNewConnectionPool = createAlwaysNewConnectionPool; exports.createConnectionPool = createConnectionPool;
2533
+ //# sourceMappingURL=chunk-XOQHZABK.cjs.map