Comment by Lio

6 days ago

The biggest selling points for me with SQLite are how well tested it is and how well it scales to large data files.

It’s a really solid piece of work. If the concurrency model fits what you’re doing I wouldn’t hesitate to use it in production.

How good is the testing for PGLite in comparison?

Is it only intended for test/development? (That’s still a useful use case if so, I love Postgres too).