Skip to content

Commit 2573a11

Browse files
authored
Add Kotlin to support matrix (#339)
1 parent 6b88846 commit 2573a11

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,13 +385,14 @@ Each commit is deployed to the [`devel` channel on Equinox](https://dl.equinox.i
385385

386386
## Other Databases and Languages
387387

388-
sqlc currently only supports PostgreSQL / Go. MySQL support has been merged,
389-
but it's marked as experimental. SQLite, TypeScript, and Kotlin support are
390-
planned.
388+
sqlc currently only supports PostgreSQL / Go. MySQL and Kotlin support have
389+
been merged, but both are marked as experimental. SQLite and TypeScript support
390+
are planned.
391391

392392
| Language | PostgreSQL | MySQL | SQLite |
393393
| ------------ |:----------------:|:----------------:|:----------------:|
394394
| Go |:white_check_mark:|:warning: |:timer_clock: |
395+
| Kotlin |:warning: |:timer_clock: |:timer_clock: |
395396
| TypeScript |:timer_clock: |:timer_clock: |:timer_clock: |
396397

397398
If you'd like to add another database or language, we'd welcome a contribution.

0 commit comments

Comments
 (0)