Eli Sterken
Eli Sterken
Explore posts from servers
NNuxt
Created by Eli Sterken on 4/25/2025 in #❓・help
Help With Nuxt Hub Database
I am using the Nuxt Hub database in my app, but am getting a "Server Error" when trying to execute a query using db.prepare('SELECT * FROM accounts WHERE email=?1').bind(body.email).all() (db is the hubDatabase()) More info on stack overflow
4 replies
DTDrizzle Team
Created by Eli Sterken on 4/21/2025 in #help
Error Handling In Drizzle
I'm very new to drizzle, but like the feel of it, and the simplicity it provides. One thing that I am wondering about is error handling. How to I tell when querys fail and get information about it? I can't seam to find much about this online. Thanks!
3 replies