azezeB@discuss.tchncs.detoProgramming@programming.dev•I wish writing SQL queries was more popular than ORMs
2·
1 year agoYes, I create a dedicated dB in the test phase.
Yes, I create a dedicated dB in the test phase.
I usually use them only for very basic cruds operations. For everything else I just write raw sql.
Well done! I’d love to have the files