kysely-data-api icon indicating copy to clipboard operation
kysely-data-api copied to clipboard

Results 11 kysely-data-api issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

The current version 0.3.0 of `kysely-data-api` is not available at https://www.npmjs.com/package/kysely-data-api. It seems there was an error in the GH action script that would publish it. Can you publish it,...

I want to define a column which is an array of enum values, but whilst I can create the table and execute an INSERT, I can’t select the record back...

Currently we can use the `driver` option to supply an `RDSData` client for the mysql mode, but options are restricted to client level only. There is a specific parameter `continueAfterTimeout`...

~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.

[email protected] removed ["the deprecated orWhere, whereExits etc. methods"](https://github.com/kysely-org/kysely/pull/565). Unfortunately, this breaks the postgres-introspector at [line 70](https://github.com/serverless-stack/kysely-data-api/blob/8757b1addfac50bbe7a8d2ef8a98aab768fca599/src/postgres-introspector.ts#L70), required (obviously) for migrations. Would it be possible to make a backwards compatible change,...

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...

Hello, I'd like to double check under which license the source code is released? I saw that the [`package.json` specifies `MIT`](https://github.com/serverless-stack/kysely-data-api/blob/master/package.json#L11), but does that apply to the source code as...

How do i apply searchpath to my postgres connection? https://www.postgresql.org/docs/current/ddl-schemas.html#DDL-SCHEMAS-PATH Regards, Pratik Parikh

https://github.com/sst/kysely-data-api/issues/28