kysely
kysely copied to clipboard
A type-safe typescript SQL query builder
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...
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...
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...
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...
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...
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...
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...