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 "documentation_url": "https://codewinsdotcom.github.io/PostgresClientKit/Docs/API/index.html",
10 "swift_version": "5.0",
16 "git": "https://github.com/codewinsdotcom/PostgresClientKit.git",
19 "source_files": "Sources/**/*.swift",