ToolJet/plugins/_templates/plugin/new/docs.ejs.t
Midhun G S f4284f8f81
Big Query Integration 🚀 (#2160)
* initial commit

* feature-2152 bigquery integration

* Typo fix

* moved bigquery to databse type
2022-02-07 15:32:38 +05:30

16 lines
No EOL
323 B
Perl

---
to: <%= docs_path %>/docs/data-sources/<%= name %>.md
---
<%
Display_name = h.capitalize(display_name)
%>
# <%= name %>
ToolJet can connect to <%= Display_name %> databases to read and write data.
- [Connection](#connection)
- [Getting Started](#querying-<%= name %>)
## Connection
## Querying <%= Display_name %>