-
After renaming a table, the primary key type no longer gets wrapped in `Generated` despite the migration only modifying the table name - which is strange, since the types should be read directly from …
-
At the moment `kysely-codegen` is not introspecting checks in postgres dialect.
Following table:
```sql
CREATE TABLE "example" (
"id" bigserial PRIMARY KEY,
"status" text CHECK ("status…
-
Is there a specific reason why the WebAssembly (wasm) driver is commented out? If you're open to contributions, I'd be happy to assist.
-
Hey! Thanks for the repo it's been saving me so much time!
I've got a table and a corresponding materialized view that I've spun off of it to add further indices. It seems like the codegen is not p…
-
~We need this fix: https://github.com/sst/kysely-data-api/commit/a2c26d475394ff949e29b3fb224fa38b52fcd70b~
Edit: The fix is not correct for Postgres timestamp columns. Implied UTC needs to be added.
-
I have requested Strapi to support SurrealDB
and they have replied that when Knex supports SurrealDB then there is a chance.
Please evaluate and support SurrealDB
-
Hi,
We are currently trying to have a custom migration that runs everytime `reagardless` the current migration step. This migration will hold the last version of some `stored procedure`. These `sto…
-
Hey 👋
Knex supports OracleDB with a core dialect. As part of becoming THE "drop-in" replacement for Knex, we should look for the easy wins in getting as close as reasonable to feature parity. This…
-
Hey, thanks for this library, it's super promising. I've been using it for schema changes so far, but when I attempted to use it for an actual insert query I hit an issue with my JSONB columns. Is the…
-
Hi,
I am not sure but after a few weeks using your extension, It don't seems that it support prisma transaction, is this the case ?
I am expecting that when I do an interactive transaction it use th…