16 ms·
I love SQL and I love databases. It's usually where I start any debugging - "what's in the database?" is what my first mentor always used to say when I hit a sn
by groundCode 13y ago
I love SQL and I love databases. It's usually where I start any debugging - "what's in the database?" is what my first mentor always used to say when I hit a snag - surprising how often the actual data is simply not being transported to the user correctly.
I notice that devs who love their ORM of choice tend to rally against SQL itself, but I for one, would rather see a SQL statement - abstraction to an ORM is great of course because it keeps you in the paradigm of your chosen language, but it sucks because every time you move to a new framework, you have to re-learn how to create those complex pieces of SQL you've been using.....