SQLDelight SQLDelight generates typesafe APIs from your SQL statements. It compile-time verifies your schema, statements, and migrations and provides IDE features like autocomplete and refactoring which make writing and maintaining SQL simple. SQLDe
SQLDelight
请参阅以获取文档和API
SQLDelight从您SQL语句生成类型安全的kotlin API。 它在编译时验证架构,语句和迁移,并提供诸如自动完成和重构之类的IDE功能,这些功能使编写和维护SQL变得简单。
SQLDelight了解您现有SQL模式。
CREATE TABLE hockey_player (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL ,
numbe