Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I think if there were better SQL tooling you'd see more people embrace it. It boggles me that given the age of SQL it hasn't gotten better tooling.

For example I'd love to move more application logic into postgresql functions, but it's such a pita to run and test I end up procrastinating.

I've been playing with postgREST for a while now and have yet to implement it outside of toy projects. Not because of postgREST itself (which is really cool) but because writing business logic in postgresql is so painful.

Annoying because most CRUD apps could live almost completely in the database exposing views and functions via REST to the end user with w/e flavor of the month UI you like. Oh and they'd run orders of magnitude faster.

I'm not even complaining about SQL syntax, which IMO is actually pretty clean and functional. Just the lack of decent tooling to get shit done.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: