nicoalbanese / kirimase

Build full-stack Next.js apps, incredibly fast
https://kirimase.dev
MIT License
2.64k stars 122 forks source link

When selecting mysql2, a sqlite connector is created instead. #24

Closed ramoneres closed 1 year ago

ramoneres commented 1 year ago

As the title says. Kirimase creates the wrong connector for mysql2.

image

image

I replaced it with this and it works fine. But i'm not sure if it's the best way to do it. Maybe it should be a pool connection.

image

A separate issue: Migrating does not work with maria db. I know they are different, but yeah. Just to let you know.

image

nicoalbanese commented 1 year ago

Hey! Thanks for flagging. This was as a result of a silly mistake on my end. This should be resolved now with v0.0.11