kysely icon indicating copy to clipboard operation
kysely copied to clipboard

A type-safe typescript SQL query builder

Results 204 kysely issues
Sort by recently updated
recently updated
newest added

Hi All, I am trying to incorporate Kysely into a larger Node.js application to write data to a MSSQL database. I create a instance of Kysely exactly like in the...

bug
built-in dialect
mssql

Right now only `SelectQueryBuilder` has these functions, I'd like to add a comment at the end of every query using the [sqlcommenter](https://google.github.io/sqlcommenter/spec/) format to have automatic query insights from my...

enhancement
good first issue
api

Don't know where to put this but... I'm working on a 4 parts kysely tutorial in spanish i already release 3 parts (the basics) the playlist is here https://www.youtube.com/watch?v=06FZ0OXc6r4&list=PLLeEmA7mXK2s6Wf_8e98vBzWRpuYisMWm if...

documentation

Hey all, I'm not sure if this is the right solution to the issue we're observing, so would welcome feedback on a better way to solve. If you are using...

enhancement
mysql
typescript
waiting for submitter response
mssql

This PR adds support for `CREATE TRIGGER` and `DROP TRIGGER` statement. Supported dialects: - [x] SQLite - [x] PostgreSQL - [x] MySQL There are currently no tests for this (which...

enhancement
mysql
sqlite
postgres
api
waiting for submitter response
mssql
oracle

The way kysely uses json aggregate functions in the MySQL helpers is only supported since version 8.0.14 and not supported in MariaDB. This pull requests adds this information to the...

Adding global user-overridable type config. This will allow users to use interface merging to configure internal Kysely types like the type that's used for the `bigint` DB data type. By...

enhancement
typescript

closes #570.

documentation

This is the standard template from https://www.contributor-covenant.org. Suitable for projects of all sizes. We can have this as a starting point, or we could use this PR to discuss applying...

documentation
ready for review