Skip to content

Commit

Permalink
Merge branch 'master' into merge
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored Nov 5, 2023
2 parents 3984e55 + 56facee commit d7800c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/docs/dialects.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ A dialect is the glue between Kysely and the underlying database engine. Check t
| Fetch driver | https://github.com/andersgee/kysely-fetch-driver |
| SQLite WASM | https://github.com/DallasHoff/sqlocal |
| Deno SQLite | https://gitlab.com/soapbox-pub/kysely-deno-sqlite |
| TiDB Cloud Serverless Driver | https://github.com/tidbcloud/kysely |
| TiDB Cloud Serverless Driver | https://github.com/tidbcloud/kysely |
| Capacitor SQLite Kysely | https://github.com/DawidWetzler/capacitor-sqlite-kysely |
4 changes: 4 additions & 0 deletions site/docs/generating-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ Kysely database schema type definitions from your existing Prisma schemas.
- [kanel-kysely](https://github.com/kristiandupont/kanel/tree/main/packages/kanel-kysely) - This
library generates Kysely database schema type definitions by connecting to and introspecting
your database. This library extends Kanel which is a mature PostgreSQL-only type generator.

- [kysely-schema-generator](https://github.com/deanc/kysely-schema-generator) - This library
generates Kysely database schema type definitions by connecting to and introspecting
your database. Current MySQL only.

0 comments on commit d7800c7

Please sign in to comment.