Y
Hacker News
new
|
ask
|
show
|
jobs
by
CyberDildonics
198 days ago
You think the main use for sqlite is running tests?
2 comments
Fuzzwah
198 days ago
My read is that the person you're responding to thinks that pglite could be a better fit than sqlite for ci/cd, where currently sqlite is used.
Not that testing is the main use of sqlite.
link
trillic
198 days ago
I think they meant sqlite is often used in CI/CD testing environments as an alternative to running a client/server database in these environments. For simple crud webapps, or frameworks that are db agnostic it works well.
link
Not that testing is the main use of sqlite.