File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
397398If you'd like to add another database or language, we'd welcome a contribution.
You can’t perform that action at this time.
0 commit comments