@NfNitLoop on Twitter: Post

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

Interesting/frustrating #Rust problem. I want to open up N database cursors which I'd like to iterate separately.

Most DBs will let you do this in a single connection. But I'm not seeing a way to do that in rusqlite or sqlx, because of lifetime constraints in the APIs. 🤔