{"id":26182471,"url":"https://github.com/vapor/sqlite","last_synced_at":"2025-03-11T22:01:46.605Z","repository":{"id":40351074,"uuid":"63109341","full_name":"vapor/sqlite-kit","owner":"vapor","description":"Non-blocking SQLite client library with SQL builder built on SwiftNIO","archived":false,"fork":false,"pushed_at":"2024-05-16T19:53:23.000Z","size":2697,"stargazers_count":56,"open_issues_count":1,"forks_count":28,"subscribers_count":26,"default_branch":"main","last_synced_at":"2024-05-21T06:07:01.050Z","etag":null,"topics":["database","server-side-swift","sqlite","sqlite3","swift","swift-linux","vapor"],"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-07-11T23:25:58.000Z","updated_at":"2024-05-29T02:14:03.669Z","dependencies_parsed_at":"2024-05-02T07:57:31.715Z","dependency_job_id":"478dc6a5-987b-460a-978e-3a2d597869b3","html_url":"https://github.com/vapor/sqlite-kit","commit_stats":{"total_commits":184,"total_committers":23,"mean_commits":8.0,"dds":"0.44565217391304346","last_synced_commit":"76da703f89f1dc92f05da79782ebc44c52f17453"},"previous_names":["vapor/sqlite"],"tags_count":63,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Fsqlite-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Fsqlite-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Fsqlite-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor%2Fsqlite-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vapor","download_url":"https://codeload.github.com/vapor/sqlite-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243119546,"owners_count":20239321,"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":["database","server-side-swift","sqlite","sqlite3","swift","swift-linux","vapor"],"created_at":"2025-03-11T22:01:27.436Z","updated_at":"2025-03-11T22:01:46.567Z","avatar_url":"https://github.com/vapor.png","language":"Swift","readme":"\u003cp align=\"center\"\u003e\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/vapor/sqlite-kit/assets/1130717/81e423ff-d8b7-49f7-8c40-0287b3f025cf\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/vapor/sqlite-kit/assets/1130717/79147036-e050-4a87-be7c-68d6d2c40717\"\u003e\n  \u003cimg src=\"https://github.com/vapor/sqlite-kit/assets/1130717/79147036-e050-4a87-be7c-68d6d2c40717\" height=\"96\" alt=\"SQLiteKit\"\u003e\n\u003c/picture\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/sqlite-kit/actions/workflows/test.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/vapor/sqlite-kit/test.yml?event=push\u0026style=plastic\u0026logo=github\u0026label=test\u0026logoColor=%23ccc\" alt=\"Continuous Integration\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codecov.io/github/vapor/sqlite-kit\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/vapor/sqlite-kit?style=plastic\u0026logo=codecov\u0026label=codecov\"\u003e\u003c/a\u003e\n\u003ca href=\"https://swift.org\"\u003e\u003cimg src=\"https://design.vapor.codes/images/swift58up.svg\" alt=\"Swift 5.8+\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.swift.org/sswg/incubation-process.html\"\u003e\u003cimg src=\"https://design.vapor.codes/images/sswg-graduated.svg\" alt=\"SSWG Incubation Level: Graduated\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\nSQLiteKit is an [SQLKit] driver for SQLite clients. It supports building and serializing SQLite-dialect SQL queries. SQLiteKit uses [SQLiteNIO] to connect and communicate with the database server asynchronously. [AsyncKit] is used to provide connection pooling.\n\n[SQLKit]: https://github.com/vapor/sql-kit\n[SQLiteNIO]: https://github.com/vapor/sqlite-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/sqlite-kit.git\", from: \"4.0.0\")\n```\n\n### Supported Platforms\n\nSQLiteKit supports the following platforms:\n\n- Ubuntu 20.04+\n- macOS 10.15+\n","funding_links":["https://github.com/sponsors/vapor","https://opencollective.com/vapor"],"categories":["Database Connectors"],"sub_categories":["PostgreSQL"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvapor%2Fsqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvapor%2Fsqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvapor%2Fsqlite/lists"}