This commit is contained in:
Matthew Rathbone
2024-06-19 15:30:40 -05:00
parent f13d948e10
commit 58e4afbb97
2 changed files with 1 additions and 3 deletions

View File

@@ -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');

View File

@@ -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 | | ✅ | -- |