{"id":13872244,"url":"https://github.com/vapor/fluent-postgres-driver","last_synced_at":"2025-06-16T04:15:29.213Z","repository":{"id":28292315,"uuid":"117906003","full_name":"vapor/fluent-postgres-driver","owner":"vapor","description":"🐘 PostgreSQL driver for Fluent.","archived":false,"fork":false,"pushed_at":"2024-10-06T01:37:49.000Z","size":335,"stargazers_count":149,"open_issues_count":8,"forks_count":53,"subscribers_count":23,"default_branch":"main","last_synced_at":"2024-11-13T22:23:01.213Z","etag":null,"topics":["fluent","fluent-database","fluent-driver","postgresql","server-side-swift","swift","swift-linux","vapor","vapor-service"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vapor.png","metadata":{"funding":{"github":["vapor"],"open_collective":"vapor"},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-17T23:39:08.000Z","updated_at":"2024-11-12T16:35:53.000Z","dependencies_parsed_at":"2024-05-13T15:36:34.386Z","dependency_job_id":null,"html_url":"https://github.com/vapor/fluent-postgres-driver","commit_stats":{"total_commits":216,"total_committers":23,"mean_commits":9.391304347826088,"dds":"0.37962962962962965","last_synced_commit":"e2988a8c960196eca2891f3a0bb1caad9044e7ea"},"previous_names":["vapor/fluent-postgresql"],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Ffluent-postgres-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Ffluent-postgres-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Ffluent-postgres-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Ffluent-postgres-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vapor","download_url":"https://codeload.github.com/vapor/fluent-postgres-driver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226095631,"owners_count":17572966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fluent","fluent-database","fluent-driver","postgresql","server-side-swift","swift","swift-linux","vapor","vapor-service"],"created_at":"2024-08-05T23:00:37.801Z","updated_at":"2025-06-16T04:15:29.197Z","avatar_url":"https://github.com/vapor.png","language":"Swift","funding_links":["https://github.com/sponsors/vapor","https://opencollective.com/vapor"],"categories":["Swift"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://design.vapor.codes/images/vapor-fluentpostgresdriver.svg\" height=\"96\" alt=\"FluentPostgresDriver\"\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003ca href=\"https://docs.vapor.codes/4.0/\"\u003e\u003cimg src=\"https://design.vapor.codes/images/readthedocs.svg\" alt=\"Documentation\"\u003e\u003c/a\u003e\n\u003ca href=\"https://discord.gg/vapor\"\u003e\u003cimg src=\"https://design.vapor.codes/images/discordchat.svg\" alt=\"Team Chat\"\u003e\u003c/a\u003e\n\u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://design.vapor.codes/images/mitlicense.svg\" alt=\"MIT License\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/vapor/fluent-postgres-driver/actions/workflows/test.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/vapor/fluent-postgres-driver/test.yml?event=push\u0026style=plastic\u0026logo=github\u0026label=tests\u0026logoColor=%23ccc\" alt=\"Continuous Integration\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codecov.io/github/vapor/fluent-postgres-driver\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/vapor/fluent-postgres-driver?style=plastic\u0026logo=codecov\u0026label=codecov\"\u003e\u003c/a\u003e\n\u003ca href=\"https://swift.org\"\u003e\u003cimg src=\"https://design.vapor.codes/images/swift510up.svg\" alt=\"Swift 5.10+\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\nFluentPostgresDriver is a [FluentKit] driver for PostgreSQL clients. It provides support for using the Fluent ORM with PostgreSQL databases, and uses [PostgresKit] to provide [SQLKit] driver services, [PostgresNIO] to connect and communicate with the database server asynchronously, and [AsyncKit] to provide connection pooling.\n\n[FluentKit]: https://github.com/vapor/fluent-kit\n[SQLKit]: https://github.com/vapor/sql-kit\n[PostgresKit]: https://github.com/vapor/postgres-kit\n[PostgresNIO]: https://github.com/vapor/postgres-nio\n[AsyncKit]: https://github.com/vapor/async-kit\n\n### Usage\n\nUse the SPM string to easily include the dependendency in your `Package.swift` file:\n\n```swift\n.package(url: \"https://github.com/vapor/fluent-postgres-driver.git\", from: \"2.0.0\")\n```\n\nFor additional information, see [the Fluent documentation](https://docs.vapor.codes/fluent/overview/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvapor%2Ffluent-postgres-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvapor%2Ffluent-postgres-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvapor%2Ffluent-postgres-driver/lists"}