|
|
|
|
|
by thagsimmons
1179 days ago
|
|
We chose sqlx for a SQLite based project because it provides a reasonable async interface, and our experience has not been great. Development momentum has been poor, PRs and issue reports are languishing, the developer is unresponsive to ergonomic and technical feedback, sqlite doesn't seem to be a priority, and the fundamental mechanism for compile-time query validation is very, very flawed. As our project has become more important to us, we've become more and more tempted to write our own SQLite library (maybe forking some parts of sqlx). |
|