L-Mario564
L-Mario564
Added Discord OAuth2 provider. Don't know how to test if this works or not though
_**Fixes #IssueNumber**_ **Changes proposed:** - [x] Add - [ ] Delete - [ ] Fix - [ ] Prepare
Implementing Vercel's official auth solution for SvelteKit. ## Checklist - [x] Auth.js (as a standalone package) - [x] Auth.js + Prisma - [ ] Auth.js + Prisma + tRPC -...
Vercel recently brought their [NextAuth](https://vercel.com/blog/announcing-sveltekit-auth) package to SvelteKit. Adding an auth solution would be great and was wondering if there are any plans to add this to the stack.
### What version of `drizzle-orm` are you using? 0.29.3 ### What version of `drizzle-kit` are you using? 0.20.9 ### Describe the Bug I have the following table in my schema:...
(Partially) Addresses #203. This PR aims to add support for Maria DB, which simply extends the existent MySQL dialect. Tasks: - [x] Implement [mariadb](https://www.npmjs.com/package/mariadb) driver. - [x] Write core API...
Addresses #398. This PR adds support to insert rows from one table into another via the `insert into ... select` syntax. The following is valid Drizzle syntax: ```ts const users...
It seems there's a conflict between the config file and the SvelteKit config. Here's the logged error: ``` The following Vite config options will be overridden by SvelteKit: - build.outDir...
This PR aims to address one of the items defined in the [roadmap for v1](https://orm.drizzle.team/roadmap). You can now define columns in tables without specifying a database alias. Works for all...
Don't know how feasible this is, but a way to switch to previous versions of Drizzle could be useful for debugging purposes. I wanted to quickly recreate a bug from...