{"id":16072620,"url":"https://github.com/sqldelight/sqldelight","last_synced_at":"2026-01-11T16:55:59.927Z","repository":{"id":37406136,"uuid":"44677680","full_name":"sqldelight/sqldelight","owner":"sqldelight","description":"SQLDelight - Generates typesafe Kotlin APIs from SQL","archived":false,"fork":false,"pushed_at":"2025-05-04T19:49:55.000Z","size":231250,"stargazers_count":6406,"open_issues_count":375,"forks_count":539,"subscribers_count":124,"default_branch":"master","last_synced_at":"2025-05-07T06:59:39.726Z","etag":null,"topics":["kotlin-multiplatform","sql","sqldelight"],"latest_commit_sha":null,"homepage":"https://sqldelight.github.io/sqldelight/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqldelight.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"docs/code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-10-21T13:21:18.000Z","updated_at":"2025-05-07T02:29:13.000Z","dependencies_parsed_at":"2024-04-08T16:07:24.709Z","dependency_job_id":"b5ef0e64-37aa-4e56-8e30-873a6bc69aef","html_url":"https://github.com/sqldelight/sqldelight","commit_stats":{"total_commits":2673,"total_committers":168,"mean_commits":"15.910714285714286","dds":0.7407407407407407,"last_synced_commit":"27f789cd3a36f8741ee412aa89bd4592514da9da"},"previous_names":["square/sqldelight","sqldelight/sqldelight","cashapp/sqldelight"],"tags_count":70,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqldelight%2Fsqldelight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqldelight%2Fsqldelight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqldelight%2Fsqldelight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqldelight%2Fsqldelight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqldelight","download_url":"https://codeload.github.com/sqldelight/sqldelight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092652,"owners_count":22013290,"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":["kotlin-multiplatform","sql","sqldelight"],"created_at":"2024-10-09T08:01:27.720Z","updated_at":"2026-01-11T16:55:59.920Z","avatar_url":"https://github.com/sqldelight.png","language":"Kotlin","funding_links":[],"categories":["数据库开发","Kotlin","sql"],"sub_categories":[],"readme":"# \u003cimg src=\"docs/images/icon-sqldelight.svg\" style=\"height: 1em; margin-bottom: -0.1em;\"\u003e SQLDelight\n\nSee the [project website](https://sqldelight.github.io/sqldelight/) for documentation and APIs\n\nSQLDelight generates typesafe Kotlin APIs from your SQL statements. It verifies your schema, statements, and migrations at compile-time and provides IDE features like autocomplete and refactoring which make writing and maintaining SQL simple.\n\nSQLDelight understands your existing SQL schema.\n\n```sql\nCREATE TABLE hockey_player (\n  id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,\n  name TEXT NOT NULL,\n  number INTEGER NOT NULL\n);\n```\n\nIt generates typesafe code for any labeled SQL statements.\n\n![intro.gif](docs/images/intro.gif)\n\n---\n\nSQLDelight supports a variety of dialects and platforms:\n\nSQLite\n\n* [Android](https://sqldelight.github.io/sqldelight/android_sqlite)\n* [Native (iOS, macOS, or Windows)](https://sqldelight.github.io/sqldelight/native_sqlite)\n* [JVM](https://sqldelight.github.io/sqldelight/jvm_sqlite)\n* [Javascript](https://sqldelight.github.io/sqldelight/js_sqlite)\n* [Multiplatform](https://sqldelight.github.io/sqldelight/multiplatform_sqlite)\n\n[MySQL (JVM)](https://sqldelight.github.io/sqldelight/jvm_mysql/)\n\n[PostgreSQL (JVM)](https://sqldelight.github.io/sqldelight/jvm_postgresql)\n\n[HSQL/H2 (JVM)](https://sqldelight.github.io/sqldelight/jvm_h2) (Experimental)\n\n## Snapshots\n\nSnapshots of the development version (including the IDE plugin zip) are available in\n[the Central Portal Snapshots repository](https://central.sonatype.com/repository/maven-snapshots/).\n\nDocumentation pages for the latest snapshot version can be [found here](https://sqldelight.github.io/sqldelight/snapshot).\n\nLicense\n=======\n\n    Copyright 2016 Square, Inc.\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqldelight%2Fsqldelight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsqldelight%2Fsqldelight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqldelight%2Fsqldelight/lists"}