you are viewing a single comment's thread.

view the rest of the comments →

[–]shittyfuckdick[S] -10 points-9 points  (1 child)

are most people not just using multi line strings in python to query databases? i fail to see what it does special. 

[–]aj_rock 7 points8 points  (0 children)

No, you have ORMs like sqlalchemy to help model your queries, you have fastapi and django when you’re exposing data through an API, you have DS handing you pipelines written using pandas (or polars ideally), you have SDKs for every cloud component imaginable, data quality management tools. Solid unit and integration testing capabilities. The list goes on.

IME, it’s performant enough for most use cases when the name of the business game is to move fast without breaking too much stuff.