PostgreSQL swift adapter
More or less comments are take from PostgreSQL documentation
Work in progress.
The adapter is not complete and not fully tested.
The api documentation can be found at: https://manuw.github.io/postgresql-swift/docs/
Under sources are some example folders. The examples have comments.
The examples can be started with the swift command:
swift run example-1
Use jazzy with following instruction to generate the documentation. After generating the documentation is located at the doc folder.
jazzy --clean --xcodebuild-arguments -scheme,postgresql-swift-Package -x -target,postgresql-swift --module postgresql_swift --min-acl private
Use following command to generate an Xcode project.
swift package generate-xcodeproj