diff --git a/.github/workflows/update-readmes.yml b/.github/workflows/update-readmes.yml index 424523167..a86d61c1f 100644 --- a/.github/workflows/update-readmes.yml +++ b/.github/workflows/update-readmes.yml @@ -23,7 +23,6 @@ jobs: with: script: | const { execSync } = require('child_process'); - const core = require('@actions/core'); let changed = 'false'; const diffOutput = execSync('git diff --name-only HEAD~1').toString().trim(); @@ -41,7 +40,6 @@ jobs: const fs = require('fs'); const path = require('path'); const { execSync } = require('child_process'); - const core = require('@actions/core'); const newContent = fs.readFileSync('docs/includes/supported_databases.md', 'utf8'); diff --git a/docs/includes/supported_databases.md b/docs/includes/supported_databases.md index 22f59a6b4..505b6b27d 100644 --- a/docs/includes/supported_databases.md +++ b/docs/includes/supported_databases.md @@ -16,8 +16,8 @@ | [LibSQL](https://libsql.org/) | 🅱 Beta Support | | ✅ | [Features](https://beekeeperstudio.io/db/libsql-client) | | [Snowflake](https://www.snowflake.com/) | ⏳ Coming Soon | | ✅ | -- | | [ClickHouse](https://clickhouse.tech/) | ⏳ Coming Soon | | ✅ | -- | -| [DuckDB](https://duckdb.org/) | ⏳ Coming Soon | | ✅ | -- | | [Trino](https://trino.io/) / [Presto](https://prestodb.io/) | ⏳ Coming Soon | | ✅ | -- | +| [DuckDB](https://duckdb.org/) | ⏳ Coming Soon | | ✅ | -- | | [MongoDB](https://www.mongodb.com/) | 🗓️ Planned for V5 | | ✅ | -- | | [Redis](https://redis.io/) | 🗓️ Planned for V5 | | ✅ | -- | | [DynamoDB](https://aws.amazon.com/dynamodb/) | 🗓️ Planned for V5 | | ✅ | -- |