[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7223":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":18,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":23,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":15,"starSnapshotCount":15,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},7223,"sqldelight","sqldelight\u002Fsqldelight","SQLDelight - Generates typesafe Kotlin APIs from SQL","https:\u002F\u002Fsqldelight.github.io\u002Fsqldelight\u002F",null,"Kotlin",6812,568,119,359,0,3,23,1,39.27,"Apache License 2.0",false,"master",true,[25,26,5],"kotlin-multiplatform","sql","2026-06-12 02:01:36","# \u003Cimg src=\"docs\u002Fimages\u002Ficon-sqldelight.svg\" style=\"height: 1em; margin-bottom: -0.1em;\"> SQLDelight\n\nSee the [project website](https:\u002F\u002Fsqldelight.github.io\u002Fsqldelight\u002F) 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\u002Fimages\u002Fintro.gif)\n\n---\n\nSQLDelight supports a variety of dialects and platforms:\n\nSQLite\n\n* [Android](https:\u002F\u002Fsqldelight.github.io\u002Fsqldelight\u002Fandroid_sqlite)\n* [Native (iOS, macOS, or Windows)](https:\u002F\u002Fsqldelight.github.io\u002Fsqldelight\u002Fnative_sqlite)\n* [JVM](https:\u002F\u002Fsqldelight.github.io\u002Fsqldelight\u002Fjvm_sqlite)\n* [Javascript](https:\u002F\u002Fsqldelight.github.io\u002Fsqldelight\u002Fjs_sqlite)\n* [Multiplatform](https:\u002F\u002Fsqldelight.github.io\u002Fsqldelight\u002Fmultiplatform_sqlite)\n\n[MySQL (JVM)](https:\u002F\u002Fsqldelight.github.io\u002Fsqldelight\u002Fjvm_mysql\u002F)\n\n[PostgreSQL (JVM)](https:\u002F\u002Fsqldelight.github.io\u002Fsqldelight\u002Fjvm_postgresql)\n\n[HSQL\u002FH2 (JVM)](https:\u002F\u002Fsqldelight.github.io\u002Fsqldelight\u002Fjvm_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:\u002F\u002Fcentral.sonatype.com\u002Frepository\u002Fmaven-snapshots\u002F).\n\nDocumentation pages for the latest snapshot version can be [found here](https:\u002F\u002Fsqldelight.github.io\u002Fsqldelight\u002Fsnapshot).\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:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-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","SQLDelight 是一个能够从 SQL 语句生成类型安全 Kotlin API 的工具。其核心功能包括在编译时验证模式、语句和迁移，并提供诸如自动补全和重构等 IDE 功能，使得编写和维护 SQL 变得简单且高效。支持多种数据库方言（如 SQLite, MySQL, PostgreSQL 等）及跨平台开发环境（Android, iOS, macOS, Windows, JVM, JavaScript），特别适合需要在多平台上保持一致性的应用程序使用。通过自动生成的类型安全代码，开发者可以减少运行时错误，提高开发效率。",2,"2026-06-11 03:11:16","top_language"]