-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds
sqlite-unbundled
feature (#2619)
Adds `sqlite-unbundled` to turn on `sqlx/sqlite-unbundled`. With this enabled, native/system sqlite will be used. Avoiding the need to build sqlite itself. This will probably be preferred usage in most dev/ test cycles, as most systems have a way of providing a modern sqlite3, and compiling it is slow. Feature `embedded-db` should continue to work as before (with sqlx bundled sqlite), so this change shouldn't disrupt any current operations. Co-authored-by: tbro <[email protected]>
- Loading branch information
Showing
5 changed files
with
117 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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