We provide SDK for users to integrate with their applications. Currently only SDK for Javascript is supported.
We provide SDK for users to integrate with their applications. Currently only SDK for Javascript is supported.
<alert>
<alert>
Note: The NocoDB SDK requires authorization token. If you haven't created one, please check out <ahref="./accessing-apis"target="_blank">Accessing APIs</a> for details.
Note: The NocoDB SDK requires authorization token. If you haven't created one, please check out <NuxtLinkto="/developer-resources/accessing-apis"target="_blank">Accessing APIs</NuxtLink> for details.
</alert>
</alert>
## SDK For Javascript
## SDK For Javascript
@ -57,7 +57,7 @@ const api = new Api({
Once you have configured `api`, you can call different types of APIs by `api.<Tag>.<FunctionName>`.
Once you have configured `api`, you can call different types of APIs by `api.<Tag>.<FunctionName>`.
<alert>
<alert>
For Tag and FunctionName, please check out the API table <ahref="./rest-apis"target="_blank">here</a>.
For Tag and FunctionName, please check out the API table <NuxtLinkto="/developer-resources/rest-apis"target="_blank">here</NuxtLink>.
</alert>
</alert>
#### Example: Calling API - /api/v1/db/meta/projects/{projectId}/tables
#### Example: Calling API - /api/v1/db/meta/projects/{projectId}/tables
<ahref="./installation"target="_blank">installation</a>, then SQLite will be used to store metadata. We suggest users to separate the metadata and user data in different databases as pictured in our <ahref="../engineering/architecture"target="_blank">architecture</a>.
<NuxtLinkto="/getting-started/installation"target="_blank">installation</NuxtLink>, then SQLite will be used to store metadata. We suggest users to separate the metadata and user data in different databases as pictured in our <NuxtLinkto="/engineering/architecture"target="_blank">architecture</NuxtLink>.
@ -31,7 +31,7 @@ Also NocoDB's app store allows you to build business workflows on views with com
### App Store for Workflow Automations
### App Store for Workflow Automations
We provide different integrations in three main categories. See <ahref="./setup-and-usages/app-store"target="_blank">App Store</a> for details.
We provide different integrations in three main categories. See <NuxtLinkto="/setup-and-usages/account-settings#app-store"target="_blank">App Store</NuxtLink> for details.
- ⚡ Chat : Slack, Discord, Mattermost, and etc
- ⚡ Chat : Slack, Discord, Mattermost, and etc
- ⚡ Email : AWS SES, SMTP, MailerSend, and etc
- ⚡ Email : AWS SES, SMTP, MailerSend, and etc
@ -46,11 +46,11 @@ We provide the following ways to let users to invoke actions in a programmatic w
### Sync Schema
### Sync Schema
We allow you to sync schema changes if you have made changes outside NocoDB GUI. However, it has to be noted then you will have to bring your own schema migrations for moving from environment to others. See <ahref="./setup-and-usages/sync-schema"target="_blank">Sync Schema</a> for details.
We allow you to sync schema changes if you have made changes outside NocoDB GUI. However, it has to be noted then you will have to bring your own schema migrations for moving from environment to others. See <NuxtLinkto="/setup-and-usages/sync-schema"target="_blank">Sync Schema</NuxtLink> for details.
### Audit
### Audit
We are keeping all the user operation logs under one place. See <ahref="./setup-and-usages/audit"target="_blank">Audit</a> for details.
We are keeping all the user operation logs under one place. See <NuxtLinkto="/setup-and-usages/audit"target="_blank">Audit</NuxtLink> for details.
## Why are we building this?
## Why are we building this?
Most internet businesses equip themselves with either spreadsheet or a database to solve their business needs. Spreadsheets are used by a Billion+ humans collaboratively every single day. However, we are way off working at similar speeds on databases which are way more powerful tools when it comes to computing. Attempts to solve this with SaaS offerings has meant horrible access controls, vendor lockin, data lockin, abrupt price changes & most importantly a glass ceiling on what's possible in future.
Most internet businesses equip themselves with either spreadsheet or a database to solve their business needs. Spreadsheets are used by a Billion+ humans collaboratively every single day. However, we are way off working at similar speeds on databases which are way more powerful tools when it comes to computing. Attempts to solve this with SaaS offerings has meant horrible access controls, vendor lockin, data lockin, abrupt price changes & most importantly a glass ceiling on what's possible in future.
@ -28,7 +28,7 @@ To access it, click the down arrow button next to Project Name on the top left s
## Sync Metadata
## Sync Metadata
Go to `Data Sources`, click ``Sync Metadata``, you can see your metadata sync status. If it is out of sync, you can sync the schema. See <ahref="./sync-schema">Sync Schema</a> for more.0
Go to `Data Sources`, click ``Sync Metadata``, you can see your metadata sync status. If it is out of sync, you can sync the schema. See <NuxtLinkto="/setup-and-usages/sync-schema">Sync Schema</NuxtLink> for more.
- You can revise the table name by double clicking it, column name and column type. By default, the first column will be chosen as <ahref="./display-value"target="_blank">Display Value</a> and cannot be deleted.
- You can revise the table name by double clicking it, column name and column type. By default, the first column will be chosen as <NuxtLinkto="/setup-and-usages/display-value"target="_blank">Display Value</NuxtLink> and cannot be deleted.
- You can revise the table name, column name and column type. By default, the first column will be chosen as <ahref="./display-value"target="_blank">Display Value</a> and cannot be deleted.
- You can revise the table name, column name and column type. By default, the first column will be chosen as <NuxtLinkto="/setup-and-usages/display-value"target="_blank">Display Value</NuxtLink> and cannot be deleted.
<alert>
<alert>
Note: If your Excel file contains multiple sheets, each sheet will be stored in a separate table.
Note: If your Excel file contains multiple sheets, each sheet will be stored in a separate table.