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
385
385
386
386
## Other Databases and Languages
387
387
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.
391
391
392
392
| Language | PostgreSQL | MySQL | SQLite |
393
393
| ------------ | :----------------:| :----------------:| :----------------:|
394
394
| Go | :white_check_mark : | :warning : | :timer_clock : |
395
+ | Kotlin | :warning : | :timer_clock : | :timer_clock : |
395
396
| TypeScript | :timer_clock : | :timer_clock : | :timer_clock : |
396
397
397
398
If 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