sqlx
sqlx copied to clipboard
SqliteConnectOptions::filename() memory fix (#3136)
Fixes #3136
@hoxxep are you planning on addressing my review comment?
@abonander apologies for the delay. I have pushed an alternative proposal to align with your comments, which is to allow setting the in_memory flag in the connect options, and also document that from_str may be preferred for simple use cases.