{"id":13785338,"url":"https://github.com/vapor/fluent-mysql-driver","last_synced_at":"2025-06-16T04:15:30.414Z","repository":{"id":39654616,"uuid":"52336200","full_name":"vapor/fluent-mysql-driver","owner":"vapor","description":"🖋🐬 Swift ORM (queries, models, relations, etc) built on MySQL.","archived":false,"fork":false,"pushed_at":"2024-05-01T08:46:07.000Z","size":412,"stargazers_count":76,"open_issues_count":3,"forks_count":52,"subscribers_count":27,"default_branch":"main","last_synced_at":"2024-05-18T22:53:07.870Z","etag":null,"topics":["fluent","fluent-database","fluent-driver","mysql","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":"2016-02-23T06:28:00.000Z","updated_at":"2024-05-27T11:12:09.294Z","dependencies_parsed_at":"2024-05-13T15:36:33.335Z","dependency_job_id":null,"html_url":"https://github.com/vapor/fluent-mysql-driver","commit_stats":{"total_commits":309,"total_committers":30,"mean_commits":10.3,"dds":0.4110032362459547,"last_synced_commit":"c5ca8e40c2a9a348671fd1ae5ccbc2d5e42cbc5f"},"previous_names":["vapor/fluent-mysql","vapor/mysql-driver"],"tags_count":89,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Ffluent-mysql-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Ffluent-mysql-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Ffluent-mysql-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Ffluent-mysql-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vapor","download_url":"https://codeload.github.com/vapor/fluent-mysql-driver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224713624,"owners_count":17357247,"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","mysql","server-side-swift","swift","swift-linux","vapor","vapor-service"],"created_at":"2024-08-03T19:00:59.358Z","updated_at":"2025-05-11T20:33:05.253Z","avatar_url":"https://github.com/vapor.png","language":"Swift","funding_links":["https://github.com/sponsors/vapor","https://opencollective.com/vapor"],"categories":["Database Connectors"],"sub_categories":["MySQL"],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://design.vapor.codes/images/vapor-fluentmysqldriver.svg\" height=\"96\" alt=\"FluentMySQLDriver\"\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-mysql-driver/actions/workflows/test.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/vapor/fluent-mysql-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-mysql-driver\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/vapor/fluent-mysql-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\nFluentMySQLDriver is a [FluentKit] driver for MySQL clients. It provides support for using the Fluent ORM with MySQL databases, and uses [MySQLKit] to provide [SQLKit] driver services, [MySQLNIO] 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[MySQLKit]: https://github.com/vapor/mysql-kit\n[MySQLNIO]: https://github.com/vapor/mysql-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-mysql-driver.git\", from: \"4.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-mysql-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvapor%2Ffluent-mysql-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvapor%2Ffluent-mysql-driver/lists"}