mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:16:03 +00:00
391adc2800
Some checks failed
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, false) (push) Has been cancelled
NocoBase Backend Test / sqlite-test (20, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, true) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, true) (push) Has been cancelled
Test on Windows / build (push) Has been cancelled
22 lines
824 B
JSON
22 lines
824 B
JSON
{
|
||
"name": "@nocobase/plugin-data-source-manager",
|
||
"version": "1.3.23-beta",
|
||
"main": "dist/server/index.js",
|
||
"displayName": "Data source manager",
|
||
"displayName.zh-CN": "数据源管理",
|
||
"description": "Manage data sources, including the built-in Master database, external databases, APIs, etc.",
|
||
"description.zh-CN": "管理数据源,包括内置的 Master 数据库,外部的数据库、API。",
|
||
"homepage": "https://docs.nocobase.com/handbook/data-source-manager",
|
||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/data-source-manager",
|
||
"peerDependencies": {
|
||
"@nocobase/client": "1.x",
|
||
"@nocobase/plugin-acl": "1.x",
|
||
"@nocobase/server": "1.x",
|
||
"@nocobase/test": "1.x"
|
||
},
|
||
"keywords": [
|
||
"Data model tools"
|
||
],
|
||
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
||
}
|