Pinea
Explore posts from serversCDCloudflare Developers
•Created by Pinea on 12/6/2024 in #general-help
Scam email - What's it trying to do?
Hi there,
I just got a scam email which had 2 parts, the scam (energy company bs), but hidden in the email (only visible in raw view or searches), it has the following:
Obviously hiding the tokens, but what's happening here? Is this just to make Gmail think the email isn't a scam? Is someone actually trying to log in?
Any info about what these links could do (because there's no way in hell I'm clicking them) would be great!
43 replies
DTDrizzle Team
•Created by Pinea on 11/28/2024 in #help
Adding joins to objects
Just a short post with a "yes it's a thing" or "no do it manually"
Assuming I had a database with users and files, where each file has a user in the "owner" field, is it possible to select all users, but with a join which returns
[{ name: "...", files: [...] }]
11 replies
DTDrizzle Team
•Created by Pinea on 9/20/2024 in #help
Using MSSQL Server
drizzle-team/drizzle-orm
has a branch for MSSQL, however there doesn't appear to be a way to install it. Is there any way of doing this, accepting that I will deal with any bugs that may exist in a development branch?1 replies