-
The `scope` with type `text[]` is being returned as string in Kysely. Could it be a problem in this repo, or at Kysely repo?
```ts
const kysely_select = await pg.selectFrom("roles").selectAll().ex…
-
I am really impress by Kysely and your work. Any plan for SQL Server dialect?
-
Hi, I'd like to add a 3rd party dialect called [TiDB Serverless Driver](https://github.com/tidbcloud/serverless-js) and add it to the official 3rd party dialects list https://kysely.dev/docs/dialects#…
-
My understanding is that [postgres](https://github.com/porsager/postgres) is also a decent alternative for [pg](https://github.com/brianc/node-postgres), however there is no built-in dialect / driver …
-
While using offset method it is giving an error like below:
```bash
/Users/harikrishnanv/Documents/odessey-projects/INTERNAL-PROJECTS/nibbles-logtrack/server/node_modules/.pnpm/better-sqlite3@8.6.0/…
-
Both [bun](https://bun.sh/docs/api/ffi) and [Deno](https://deno.land/manual@v1.35.3/runtime/ffi_api) have ffi. As seen on https://bun.sh/ SQLite benchmarks, the ffis put up impressive benchmarks for s…
-
Hello,
Does Kysely support SpatiaLite?
(https://www.gaia-gis.it/fossil/libspatialite/index),
or suggesting any community db dialect.
Thanks
-
First of all I would like to say you have done a great job with Kysely 👍
Currently we are looking for an ORM or query builder for our new project. At the very beginning we have considered mikro-om…
-
I'm getting the above exception intermittently from a long-running script (via `setInterval()`), usually within a couple of minutes and sometimes immediately.
My Kysely setup seems pretty vanilla:
…
-
## Steps to reproduce
I'm just doing a select query for 200 rows.
## Expected result
It works.
## Actual result
I'm getting a `NeonDbError: response too large` error.
## Environment
…