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

What I always wonder is which people use SQLite to run tests for a Postgres application. Isn’t the difference in dialect pretty much always an issue unless you do only the most basic type of queries? pglite fills a hole where imho currently only dockerized Postgres sits


You can write all queries twice and run the same test suite on both, then use sqlite in other tests. Of course at that point you can just use a struct that stores all the same data.




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

Search: