2 "name": "PostgresClientKit",
4 "summary": "A PostgreSQL client library for Swift. Does not require libpq.",
5 "homepage": "https://github.com/codewinsdotcom/PostgresClientKit",
6 "license": "Apache License, Version 2.0",
7 "authors": "David Pitfield",
8 "description": "PostgresClientKit provides a friendly Swift API for operating against a PostgreSQL database.\n\nFeatures:\n\n- Doesn't require libpq\n- Developer-friendly API using modern Swift\n- Safe conversion between Postgres and Swift types\n- Memory efficient\n- SSL/TLS support",
9 "swift_versions": "5.0",
15 "git": "https://github.com/codewinsdotcom/PostgresClientKit.git",
18 "source_files": "Sources/**/*.swift",
27 "swift_version": "5.0"