-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the surface area of the configuration crate. (#297)
### What This makes a few changes to the configuration (version 3) to reduce the surface area. All changes are refactors. ### How 1. `unqualified_schemas` was deprecated and has been removed. 2. `set_connection_uri` is only used in tests, so I moved it to the tests. 3. `ConfigureOptions` has been moved to its own file to keep things a bit more private. 4. Other functions have been made private. 5. When configuring, we avoid cloning where possible.
- Loading branch information
1 parent
553ad47
commit 636450d
Showing
13 changed files
with
263 additions
and
3,328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.