postgresql-swift

PostgreSQL swift adapter

More or less comments are take from PostgreSQL documentation

State of the API

Work in progress.

The adapter is not complete and not fully tested.

Documentation and Examples

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

Generate Documentation

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

Generate Xcode Project

Use following command to generate an Xcode project.

swift package generate-xcodeproj