You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Budibase plugin to use NocoDB table as Budibase datasource.
3
3
4
-
# Description
5
-
Minimized no-code database
4
+
# Introduction
6
5
7
-
Find out more about [Budibase](https://github.com/Budibase/budibase).
6
+
[Budibase](https://github.com/Budibase/budibase) is an open-source workflow platform that saves engineers time and energy building apps that integrate with any data source and speed-up any process.
8
7
9
-
## Instructions
8
+
[NocoDB](https://nocodb.com) is an a no code database platform that allows business users to create applications without code and in the form spreadsheet.
10
9
11
-
To build your new plugin run the following in your Budibase CLI:
12
-
```
13
-
budi plugins --build
14
-
```
10
+
This is Budibase datasource plugin to use NocoDB table as Budibase datasource.
15
11
16
-
You can also re-build everytime you make a change to your plugin with the command:
17
-
```
18
-
budi plugins --watch
19
-
```
12
+
# Setting NocoDB Data Source
13
+
14
+
There are some parameters required to add NocoDB table as data source:
*`IsNocoDbCloud`: Set to true if the NocoDB instance is on `https://app.nocodb.com`, otherwise false.
19
+
*`Host`: Url to your NocoDB instance. If it's set to empty, it'll be set to cloud NocoDB at `https://app.nocodb.com`
20
+
*`ApiToken`: Api token of your account in NocoDB. See [here](https://nocodb.com/docs/product-docs/account-settings/api-tokens) on how to obtain your NocoDB ApiToken.
21
+
*`BaseId`: Your NocoDB base id where the table will be used in query. The base id format should be similar with `piols8u9c10b210`.
22
+
*`TableId`: Your NocoDB table id to be used in query. The table id format should be similar with `mwi4dei58h1ezte`.
0 commit comments