BLUE
PHP 7.4.33
Path:
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/drizzle-orm/libsql/ws
Run
Logout
Edit File
Size: 879 B
Close
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/drizzle-orm/libsql/ws/index.js
Text
Base64
import { createClient } from "@libsql/client/ws"; import { isConfig } from "../../utils.js"; import { construct } from "../driver-core.js"; function drizzle(...params) { if (typeof params[0] === "string") { const instance = createClient({ url: params[0] }); return construct(instance, params[1]); } if (isConfig(params[0])) { const { connection, client, ...drizzleConfig } = params[0]; if (client) return construct(client, drizzleConfig); const instance = typeof connection === "string" ? createClient({ url: connection }) : createClient(connection); return construct(instance, drizzleConfig); } return construct(params[0], params[1]); } ((drizzle2) => { function mock(config) { return construct({}, config); } drizzle2.mock = mock; })(drizzle || (drizzle = {})); export { drizzle }; //# sourceMappingURL=index.js.map
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.cjs
2.02 KB
lrw-r--r--
2025-07-10 12:54:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.cjs.map
2.38 KB
lrw-r--r--
2025-07-10 12:54:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.d.cts
821 B
lrw-r--r--
2025-07-10 12:54:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.d.ts
819 B
lrw-r--r--
2025-07-10 12:55:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
879 B
lrw-r--r--
2025-07-10 12:54:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js.map
2.35 KB
lrw-r--r--
2025-07-10 12:54:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).