We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kysely has a lot of third-party dialects like pglite (useful as in-memory DB for tests or to now run separated DB service during the development).
It would be nice, if we will have JS API to pass dialect as option:
dialect
const { dialect } = await KyselyPGlite.create() await codegen({ dialect })
The text was updated successfully, but these errors were encountered:
i had the same issue - i forked this and published a version on JSR: https://jsr.io/@maheshbansod/kysely-codegen
not sure if it will work for every case (or your specific case) though - i haven't tested much, just created this to handle postgres issues on Deno
Sorry, something went wrong.
No branches or pull requests
Kysely has a lot of third-party dialects like pglite (useful as in-memory DB for tests or to now run separated DB service during the development).
It would be nice, if we will have JS API to pass
dialect
as option:Upvote & Fund
The text was updated successfully, but these errors were encountered: