-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
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
Docs: Add sample code to use Kysely in Deno & manage migrations #1011
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I can't see the details of the CI failing 😅 |
@@ -52,3 +52,35 @@ const sql = query.compile() | |||
|
|||
console.log(sql.sql) | |||
``` | |||
|
|||
Deno works well with [PostgresJS](https://github.com/porsager/postgres), to that end you can use the Kysely dialect and the driver: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't sure if I should remove the explanation above this one in the file so I left it there.
@igalklebanov hello 👋 do you think this documentation is helpful? |
Oh yeah, I was using I updated the PR:
|
I can continue updating with master branch, but first I will wait to get approval or feedback on the changes |
Just letting y'all know that the example was useful fo me, in particular |
Hello!
It took me a while to figure out this one, here I hope to make it easier to others.