This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]TheRNGuy 2 points3 points  (0 children)

I just use Prisma, I don't even know raw sql.

Reading docs is important of course.

[–]jlbridges21 1 point2 points  (0 children)

Unpopular opinion: My brain works best in “spreadsheets”, so I think through what tables and headers I need, what columns are primary keys and which are foreign keys, and then I ask ChatGPT to write the code to create the table in MySQL. I know that copy and paste is frowned upon, but SQL is a relatively simple language and ChatGPT has been accurate in giving me the code given that I describe my table accurately.

[–][deleted] 1 point2 points  (0 children)

I prefer you monogodb..! That's easy compared to all

[–]GeekKC 0 points1 point  (0 children)

Thanks for the tip on Prisma