5 ms·
I find that Claude writes boilerplate SQL very well, and is effectively an 'ORM' for me - I just get plain SQL for CRUD. Complex queries I write myself anyway,
by adampwells 1y ago
I find that Claude writes boilerplate SQL very well, and is effectively an 'ORM' for me - I just get plain SQL for CRUD.
Complex queries I write myself anyway, so Claude fills the 'ORM' gap for me, leaving an easily understood project.
- Too 1y agoWriting is just half the job. Now try migrations, or even something as fundamental as ”find references” on a column name. No, grep is not sufficient, most tables have fields called ”id” or ”name”.