在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):cashapp/sqldelight开源软件地址(OpenSource Url):https://github.com/cashapp/sqldelight开源编程语言(OpenSource Language):Kotlin 96.7%开源软件介绍(OpenSource Introduction):SQLDelightSee the project website for documentation and APIs SQLDelight 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. SQLDelight understands your existing SQL schema. CREATE TABLE hockey_player (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL,
number INTEGER NOT NULL
); It generates typesafe code for any labeled SQL statements. SQLDelight supports a variety of dialects and platforms: SQLite PostgreSQL (JVM) (Experimental) HSQL/H2 (JVM) (Experimental) SnapshotsSnapshots of the development version (including the IDE plugin zip) are available in
Sonatype's License
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论