PHP 7.4.33
Preview: driver.cjs Size: 3.20 KB
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/drizzle-orm/vercel-postgres/driver.cjs
"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
  for (var name in all)
    __defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
  if (from && typeof from === "object" || typeof from === "function") {
    for (let key of __getOwnPropNames(from))
      if (!__hasOwnProp.call(to, key) && key !== except)
        __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
  }
  return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var driver_exports = {};
__export(driver_exports, {
  VercelPgDatabase: () => VercelPgDatabase,
  VercelPgDriver: () => VercelPgDriver,
  drizzle: () => drizzle
});
module.exports = __toCommonJS(driver_exports);
var import_postgres = require("@vercel/postgres");
var import_entity = require("../entity.cjs");
var import_logger = require("../logger.cjs");
var import_db = require("../pg-core/db.cjs");
var import_pg_core = require("../pg-core/index.cjs");
var import_relations = require("../relations.cjs");
var import_utils = require("../utils.cjs");
var import_session = require("./session.cjs");
class VercelPgDriver {
  constructor(client, dialect, options = {}) {
    this.client = client;
    this.dialect = dialect;
    this.options = options;
  }
  static [import_entity.entityKind] = "VercelPgDriver";
  createSession(schema) {
    return new import_session.VercelPgSession(this.client, this.dialect, schema, { logger: this.options.logger });
  }
}
class VercelPgDatabase extends import_db.PgDatabase {
  static [import_entity.entityKind] = "VercelPgDatabase";
}
function construct(client, config = {}) {
  const dialect = new import_pg_core.PgDialect({ casing: config.casing });
  let logger;
  if (config.logger === true) {
    logger = new import_logger.DefaultLogger();
  } else if (config.logger !== false) {
    logger = config.logger;
  }
  let schema;
  if (config.schema) {
    const tablesConfig = (0, import_relations.extractTablesRelationalConfig)(
      config.schema,
      import_relations.createTableRelationsHelpers
    );
    schema = {
      fullSchema: config.schema,
      schema: tablesConfig.tables,
      tableNamesMap: tablesConfig.tableNamesMap
    };
  }
  const driver = new VercelPgDriver(client, dialect, { logger });
  const session = driver.createSession(schema);
  const db = new VercelPgDatabase(dialect, session, schema);
  db.$client = client;
  return db;
}
function drizzle(...params) {
  if ((0, import_utils.isConfig)(params[0])) {
    const { client, ...drizzleConfig } = params[0];
    return construct(client ?? import_postgres.sql, drizzleConfig);
  }
  return construct(params[0] ?? import_postgres.sql, params[1]);
}
((drizzle2) => {
  function mock(config) {
    return construct({}, config);
  }
  drizzle2.mock = mock;
})(drizzle || (drizzle = {}));
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
  VercelPgDatabase,
  VercelPgDriver,
  drizzle
});
//# sourceMappingURL=driver.cjs.map

Directory Contents

Dirs: 0 × Files: 24
Name Size Perms Modified Actions
3.20 KB lrw-r--r-- 2025-07-10 12:54:57
Edit Download
4.83 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
1.69 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
1.68 KB lrw-r--r-- 2025-07-10 12:55:00
Edit Download
2.00 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
4.83 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
1.22 KB lrw-r--r-- 2025-07-10 12:54:58
Edit Download
229 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
61 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
59 B lrw-r--r-- 2025-07-10 12:55:00
Edit Download
92 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
190 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
1.26 KB lrw-r--r-- 2025-07-10 12:54:58
Edit Download
693 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
255 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
253 B lrw-r--r-- 2025-07-10 12:55:00
Edit Download
259 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
654 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
7.09 KB lrw-r--r-- 2025-07-10 12:54:58
Edit Download
11.86 KB lrw-r--r-- 2025-07-10 12:55:00
Edit Download
3.24 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
3.23 KB lrw-r--r-- 2025-07-10 12:55:00
Edit Download
5.59 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
11.85 KB lrw-r--r-- 2025-07-10 12:55:00
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).