Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 782 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 782 Bytes

kvPostgreSqlKit.swift

A lightweight wrapper for PostgresClientKit Swift package.

Supported Platforms

The same as PostgresClientKit. Package is built and the unit-tests are passed on macOS and Linux (Ubuntu 22.04).

Getting Started

Package Dependencies:

.package(url: "https://github.com/keyvariable/kvPostgreSqlKit.swift.git", from: "0.3.1")

Target Dependencies:

.product(name: "kvPostgreSqlKit", package: "kvPostgreSqlKit.swift")

Import:

import kvPostgreSqlKit

Authors