You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the ability to create multiple in-memory databases would be wonderful for testing. Right now tests must necessarily be run serially, which is not ideal.
I actually need this for another reason, we want to create multiple transient databases for our customers, then those database can be query independently without interfering with each other.
i am using
Connection::open_in_memory_with_flags(config)?;
i think it just open a connection to in memory db?
The text was updated successfully, but these errors were encountered: