-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I tried use pg-structure with deno which is meant to be node-compatible, and is most of the time I tried.
However I cannot seem to be able to use pgStructure.
Doing the recommended:
import pgStructure from "pg-structure";
const db = await pgStructure({ host: "host", database: "db", user: "u", password: "pass" }, { includeSchemas: ["public"] });leads to this error:
It is not just an IDE error. It fails at runtime too.
I suspect some export does not work as expected...
I would be great if this could be fixed (?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
