Hacker News new | ask | show | jobs
by masukomi 2147 days ago
use it almost daily. * debugging * seeing how tables are defined * seeing what enums are defined in the db * seeing what the composite keys of the table are * testing if my failure is because of missing data or because the data doesn't match table spec, etc...

it's an exceptionally good language for querying data. One of my favorite languages ever. focused, easy to understand (except the really complex stuff but that applies to all languages).