sqldelight
0.0.6-2.3.2indexedGenerates typesafe APIs from SQL statements, verifies schemas, statements and migrations at compile-time, and provides IDE autocomplete/refactoring plus multi-dialect SQL and labeled-query support.
Generates typesafe APIs from SQL statements, verifies schemas, statements and migrations at compile-time, and provides IDE autocomplete/refactoring plus multi-dialect SQL and labeled-query support.
Wire Fork — This is a fork of SQLDelight originally by Square, maintained by Wire to add additional features (custom query keys and notifications). The original project is licensed under the Apache License 2.0.
See 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
HSQL/H2 (JVM) (Experimental)
Snapshots of the development version (including the IDE plugin zip) are available in the Central Portal Snapshots repository.
Documentation pages for the latest snapshot version can be found here.
Copyright 2016 Square, Inc.
Modifications Copyright 2026 Wire GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use except compliance the License.
You may obtain a copy of the License at
http:
Unless applicable law agreed to writing, software
distributed under the License distributed an BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express implied.
See the License the specific language governing permissions
limitations under the License.
Surfaced from shared tags and platforms — no rankings paid for.