i switched to sqlx and the code is much cleaner but now i have to hack around how sqlx builds offline with SQLX_OFFLINE=true cargo build but i only have to do it once then its cached
using sqlx is much more developer friendly and it taught me that a connection pool can harm the application because temp tables are only kept per connection not per entire database
since nothing really changed but the code became cleaner i will show another music player that can display the generated playlist
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.