Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqlite: add SqliteConnectOptions::shared_cache() (#1177)
This makes it possible to open database in shared cache mode without having to construct `sqlite://` URL with `?cache=shared` flag.
- Loading branch information