mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* initial commit * feature-2152 bigquery integration * Typo fix * moved bigquery to databse type
16 lines
No EOL
323 B
Perl
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 %> |