anthonyshew
DTDrizzle Team
•Created by anthonyshew on 6/3/2023 in #help
MySQL varchar gets inferred as MySqlText?
15 replies
DTDrizzle Team
•Created by anthonyshew on 5/4/2023 in #help
Trying to write next-auth adapter
blahblahblahrober AKA @Dan Kochetov helped me get most of the way to having a next-auth adapter done but, in the couple weeks I waited for a review, I came back and now the SQLite migration is betraying me.
See video. Starting from a clean slate, it's saying
nothing to migrate
and, when I run tests against my db.sqlite
, I get back errors for no tables, kiddo
. Pretty confused; seems like I'm not pushing any schema somehow?
Pull request if you want to look at code: https://github.com/nextauthjs/next-auth/pull/7165
I'm working in ./packages/adapter-drizzle-sqlite
81 replies