mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
bump
This commit is contained in:
2
.github/workflows/update-readmes.yml
vendored
2
.github/workflows/update-readmes.yml
vendored
@@ -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');
|
||||
|
||||
|
||||
@@ -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 | | ✅ | -- |
|
||||
|
||||
Reference in New Issue
Block a user