Hacker News new | ask | show | jobs
by megadal 718 days ago
> AI is pretty good at that

Good at what? Rewriting the queries?

I think the point of Pongo is you can use the exact same queries for the most part and just change backends.

I've worked a job in the past where this would have been useful (they chose Mongo and regretted it).

1 comments

For sure, but it feels really risky. If it's a small codebase, I would be more confident knowing what queries I was using and just switch them. If it's a large codebase, I'd want some really comprehensive test coverage, including performance tests