We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ccb4d commit b9d8139Copy full SHA for b9d8139
README.md
@@ -31,9 +31,14 @@ Additional languages can be added via [plugins](https://docs.sqlc.dev/en/latest/
31
32
## Supported database engines
33
34
+Internal engines:
35
- PostgreSQL
36
- MySQL
37
- SQLite
38
+- Clickhouse
39
+
40
+External plugin engines:
41
+- [YDB](https://github.com/ydb-platform/sqlc-ydb)
42
43
Additional database engines can be added via [engine plugins](https://docs.sqlc.dev/en/latest/guides/engine-plugins.html).
44
0 commit comments