PHP 7.4.33
Preview: driver.js Size: 1.19 KB
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/drizzle-orm/pg-proxy/driver.js
import { entityKind } from "../entity.js";
import { DefaultLogger } from "../logger.js";
import { PgDatabase } from "../pg-core/db.js";
import { PgDialect } from "../pg-core/dialect.js";
import {
  createTableRelationsHelpers,
  extractTablesRelationalConfig
} from "../relations.js";
import { PgRemoteSession } from "./session.js";
class PgRemoteDatabase extends PgDatabase {
  static [entityKind] = "PgRemoteDatabase";
}
function drizzle(callback, config = {}, _dialect = () => new PgDialect({ casing: config.casing })) {
  const dialect = _dialect();
  let logger;
  if (config.logger === true) {
    logger = new DefaultLogger();
  } else if (config.logger !== false) {
    logger = config.logger;
  }
  let schema;
  if (config.schema) {
    const tablesConfig = extractTablesRelationalConfig(
      config.schema,
      createTableRelationsHelpers
    );
    schema = {
      fullSchema: config.schema,
      schema: tablesConfig.tables,
      tableNamesMap: tablesConfig.tableNamesMap
    };
  }
  const session = new PgRemoteSession(callback, dialect, schema, { logger });
  return new PgRemoteDatabase(dialect, session, schema);
}
export {
  PgRemoteDatabase,
  drizzle
};
//# sourceMappingURL=driver.js.map

Directory Contents

Dirs: 0 × Files: 24
Name Size Perms Modified Actions
2.28 KB lrw-r--r-- 2025-07-10 12:54:57
Edit Download
2.60 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
805 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
800 B lrw-r--r-- 2025-07-10 12:55:00
Edit Download
1.19 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
2.60 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
1.19 KB lrw-r--r-- 2025-07-10 12:54:58
Edit Download
222 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
183 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
2.15 KB lrw-r--r-- 2025-07-10 12:54:58
Edit Download
2.16 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
355 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
353 B lrw-r--r-- 2025-07-10 12:55:00
Edit Download
1.11 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
2.12 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
4.50 KB lrw-r--r-- 2025-07-10 12:54:58
Edit Download
6.86 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
2.77 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
2.76 KB lrw-r--r-- 2025-07-10 12:55:00
Edit Download
3.25 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
6.81 KB lrw-r--r-- 2025-07-10 12:55:00
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).