example of kysely running on deno deploy?
Deno Deploy awesomely can connect to postgres directly from the edge https://deno.com/blog/deploy-postgres-at-the-edge so I was hoping to use https://github.com/koskimas/kysely#deno
Was trying to make it work like this:
But am getting
Was trying to make it work like this:
But am getting
Unknown Authentication type, code: 10, message: SCRADeno Blog
Many serverless at edge products can not connect to Postgres because they don't support TCP. Deno Deploy can.

GitHub
A type-safe typescript SQL query builder. Contribute to koskimas/kysely development by creating an account on GitHub.
