w3cj / bytedash

MIT License
171 stars 38 forks source link

drizzle:studio error `Unknown database 'public'` #1

Closed ashutoshd11 closed 4 months ago

ashutoshd11 commented 4 months ago

Drizzle studio setup is done seamlessly, but I am getting the error with these pop-ups Invalid drizzle query Unknown database 'public' on drizzle runner whereas the same query runs fine on SQL runner Using drizzle with MySql database. "drizzle-kit": "^0.20.17", "drizzle-orm": "^0.30.9",

Need help in resolving this.

w3cj commented 4 months ago

I haven't tried with mysql yet, but you will need to make sure everything from this repo is converted over to the mysql specific libraries.

If your error is not specific to this repo, I recommend asking in the drizzle discord: https://discord.com/invite/yfjTbVXMW4

ashutoshd11 commented 4 months ago

I checked the above points in my repo, and I am following them correctly. Taking help on discord https://discord.com/channels/1043890932593987624/1043890932593987627/1236997721882366083