issues Search Results · repo:depot/kysely-planetscale language:TypeScript
Filter by
18 results
(66 ms)18 results
indepot/kysely-planetscale (press backspace or delete to remove)Hello, this driver for Kysely currently does not support changing the isolation level, which can be done using Kysely s
TransactionBuilder.setIsolationLevel() method. The name of isolation level placed ...
WiktorKryzia
- 1
- Opened 22 days ago
- #35
In the following test suite, when using PlanetScaleDialect and receiving more than one row, what should be numbers is
parsed as strings instead:
import { Kysely, MysqlDialect } from kysely ;
import { ...
twiddler
- 2
- Opened on Apr 29, 2024
- #30
I would like e.g. for decimal types to have the type returned from planetscale as a string to maintain precision. I m
not too sure how to do this. I saw in the Kysely docs you could do a conversion via ...
OultimoCoder
- 1
- Opened on Mar 28, 2024
- #29
Using this template: https://github.com/vercel/nextjs-planetscale-nextauth-tailwindcss-template
Fetch fails (this example is from a Canary version of Next.js but I tried numerous versions):
▲ Next.js ...
jgaltio
- 14
- Opened on Oct 5, 2023
- #25
I have a table with a JSON Column. Something like this:
db
.schema
.createTable( my_table )
.addColumn( my_json , json )
.execute();
When inserting values I get the following error (shortened ...
sebald
- 4
- Opened on Aug 18, 2023
- #23
I have a planetscale db instance that I use for production with prisma. Now Im trying to migrate to kysely and I have
the doubt if I have to make one connection with the normal mysql driver for development ...
JuaniSilva
- 2
- Opened on Jul 20, 2023
- #21
I am using the latest version.
Here is my code:
export const createOauthUser = async (
providerUser: OauthUser,
databaseConfig: Config[ database ]
) = {
const db = getDBClient(databaseConfig) ...
OultimoCoder
- 26
- Opened on Jun 25, 2023
- #20
I have this schema with Prisma
model AuthUser {
id String @id @unique
auth_session AuthSession[]
auth_key AuthKey[]
email String
name String
email_verified ...
orenaksakal
- 2
- Opened on Jun 23, 2023
- #19
Using this code:
const transactionId = await db.transaction().execute(async (trx) = {
const insertId = await insertTransaction(data, trx)
await doSomething(trx)
await doSomething2(trx) ...
OultimoCoder
- 1
- Opened on May 8, 2023
- #17
Hello ... I m trying to use the library with a PlanetScale database ... but any request to it just fails with a
ETIMEDOUT error
This is my configuration
import { Kysely } from kysely ;
import { PlanetScaleDialect ...
jahirfiquitiva
- 2
- Opened on Apr 6, 2023
- #16

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.