https://github.com/sherweb/budibase-azurestoragetable
A budibase plugin to support Azure Storage Table as a non-relational datasource in budibase
https://github.com/sherweb/budibase-azurestoragetable
Last synced: 11 months ago
JSON representation
A budibase plugin to support Azure Storage Table as a non-relational datasource in budibase
- Host: GitHub
- URL: https://github.com/sherweb/budibase-azurestoragetable
- Owner: sherweb
- Archived: true
- Created: 2023-01-11T14:40:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T14:12:08.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T14:17:14.665Z (about 1 year ago)
- Language: TypeScript
- Size: 2.49 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budibase Azure Storage Tables Plugin
This plugin allows you to connect to Azure Storage Tables as a datasource.
# Description
Azure Storage Tables plugin to connect to the datasourc
Find out more about [Budibase](https://github.com/Budibase/budibase).
## Instructions
To build your new plugin run the following in your Budibase CLI:
```
budi plugins --build
```
You can also re-build everytime you make a change to your plugin with the command:
```
budi plugins --watch
```