From c9f3e8cb9ffcb87952a66db337ec94713855e0f6 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 1 May 2025 07:27:03 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d62be5a5..a08b55a81 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ DbGate is licensed under GPL-3.0 license and is free to use for any purpose. * CosmosDB (Premium) * ClickHouse * Apache Cassandra +* libSQL/Turso (Premium) +* DuckDB @@ -184,4 +186,4 @@ yarn plugin # this compiles plugin and copies it into existing DbGate installati After restarting DbGate, you could use your new plugin from DbGate. ## Logging -DbGate uses [pinomin logger](https://github.com/dbgate/pinomin). So by default, it produces JSON log messages into console and log files. If you want to see formatted logs, please use [pino-pretty](https://github.com/pinojs/pino-pretty) log formatter. \ No newline at end of file +DbGate uses [pinomin logger](https://github.com/dbgate/pinomin). So by default, it produces JSON log messages into console and log files. If you want to see formatted logs, please use [pino-pretty](https://github.com/pinojs/pino-pretty) log formatter.