-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply updates for improved interop with SQLKit (#259)
* Require Swift 5.8, update logo * Code style cleanups * Provide new SQLDatabase APIs from SQLKit's overhaul branch. * Fix error handling in tests, remove redundant test * Update CI * Simplify readme
- Loading branch information
Showing
13 changed files
with
318 additions
and
231 deletions.
There are no files selected for viewing
This file was deleted.
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
This file was deleted.
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
17 changes: 8 additions & 9 deletions
17
Sources/PostgresKit/Docs.docc/images/vapor-postgreskit-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
#if swift(>=5.8) | ||
|
||
@_documentation(visibility: internal) @_exported import AsyncKit | ||
@_documentation(visibility: internal) @_exported import PostgresNIO | ||
@_documentation(visibility: internal) @_exported import SQLKit | ||
@_documentation(visibility: internal) @_exported import struct Foundation.URL | ||
|
||
#else | ||
|
||
@_exported import AsyncKit | ||
@_exported import PostgresNIO | ||
@_exported import SQLKit | ||
@_exported import struct Foundation.URL | ||
|
||
#endif |
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.