-
## Description
Hi!
When accessing data from my site hosted on Vercel, I'm getting a 401 HTTP status code being thrown from the `@libsql/client` and I have no clue why. When I connect to the databa…
-
Hello,
I'm facing an issue with the implementation of tRPC with NestJS.
I've followed the setup in docs and it generates a server.ts file as expected, but when referencing a test endpoint inside…
-
I'm using supabase for auth and db and I would like to use drizzle as the ORM.
To reference the user id I need to introspect the db against the `auth` schema. This runs successfully but the `schema…
-
Add `dialect: 'turso'` in drizzle.config.ts files 👍
ref: https://orm.drizzle.team/docs/tutorials/drizzle-with-turso
note: this is only relevant for the latest version of `drizzle-kit`
-
Hi Josh! Thank you so much for the awesome example. Would you be able to show an example/video of using drizzle for auth.js login? If we want to use drizzle, would you recommend using prisma for the a…
-
# GitHub App Installation & Webhook Integration Documentation
## Overview
This documentation covers the setup and handling of GitHub App installations and webhooks in a Next.js application using Dri…
-
### Describe what you want
I have a monorepo with multiple apps, micro-services and packages.
All node-based microservices use a single database, as hosting a database per service is to much overhea…
-
Followed the docker install instructions and was presented with the following error when trying to access the service.
```
SQLiteError: no such table: user
1
at prepare (bun:sqlite:280:…
-
### Adapter type
@auth/drizzle-adapter
### Environment
```
System:
OS: macOS 14.3.1
CPU: (10) arm64 Apple M1 Max
Memory: 3.57 GB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:…
-
### What version of `drizzle-orm` are you using?
0.27.0
### What version of `drizzle-kit` are you using?
0.19.2
### Describe the Bug
I use the default Postgres Public schema with a Users table ("…