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

As a total outsider to sqlx, those issues don’t surprise me: any application on any platform that uses a SQLite in-memory DB concurrently is likely to violate many assumptions made by client-side connection pooling tools. In-memory SQLite is a great tool, but using it indirectly behind a connection pooler that assumes the database is external to the current process is bound to cause problems.


Agree with zbentley, I actually wouldn't expect this to work well - perhaps a good thing for sqlx team to warn against.




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

Search: