CyberCipher
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
I see. I don't like this, it feels like a hack, I don't think this should be in a release but rather in a testing or dev branch. I think I'm gonna stick to
db.select()
.20 replies
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
Yes, I pass both.
20 replies
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
this makes more sense when reading the query as well.
20 replies
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
unless there is some benefit performance wise or something.. I think I'll stick with this.
20 replies
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
Is
db.query
worth it though? I always used db.select
but was trying out this recently, at first it seemed simple, but I think I'll stick with db.select
because complex queries like,
I don't know how you would do that with db.query
thing.20 replies
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
I didn't see any example in the post.
20 replies
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
this is not correct either..
20 replies
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
hmm?
20 replies
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
This works, I would like to
db.query
though if possible.
20 replies
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
can
db.query
do this kind of query? do I have to use db.select()
and leftJoin
or something?20 replies
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
I wanna get the all libraries for a user..
this doesn't work,
20 replies
DTDrizzle Team
•Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
20 replies
DTDrizzle Team
•Created by CyberCipher on 9/30/2024 in #help
PostgresError: password authentication failed for user.
Thanks! @Kuba
57 replies
DTDrizzle Team
•Created by CyberCipher on 9/30/2024 in #help
PostgresError: password authentication failed for user.
I'm also learning sveltekit BTW. I chose this framework as I wanted to learn it.
57 replies
DTDrizzle Team
•Created by CyberCipher on 9/30/2024 in #help
PostgresError: password authentication failed for user.
I see. Perhaps I should move the drizzle client config to svelte's "backend" thing..
57 replies
DTDrizzle Team
•Created by CyberCipher on 9/30/2024 in #help
PostgresError: password authentication failed for user.
I'll ask in svelte discord channel for this.
57 replies
DTDrizzle Team
•Created by CyberCipher on 9/30/2024 in #help
PostgresError: password authentication failed for user.
Ah! I see what you mean.
57 replies
DTDrizzle Team
•Created by CyberCipher on 9/30/2024 in #help
PostgresError: password authentication failed for user.
I am using sveltekit.
57 replies
DTDrizzle Team
•Created by CyberCipher on 9/30/2024 in #help
PostgresError: password authentication failed for user.
How can I handle this better?
57 replies
DTDrizzle Team
•Created by CyberCipher on 9/30/2024 in #help
PostgresError: password authentication failed for user.
and I do infact have a new user,
57 replies