MARKETPLACE
PLUGINS
SQL DATABASE CONNECTOR PRO
SQL Database Connector Pro logo

SQL Database Connector Pro

Published September 2022
   •    Updated February 2026

Plugin details

This database connector will allow you to connect to a MSSQL/MySql/Postgres server and run queries against a specific database. This plugin is only for use with Microsoft's SQL Server, MySql, Postgres.
Available Commands: SELECT, INSERT, UPDATE, DELETE, EXECUTE.

https://bubble.io/page?name=index&id=builditbranding-demos&tab=tabs-1

$14

Per month

3.3 stars   •   4 ratings
95 installs  
This plugin does not collect or track your personal data.

Platform

Web & Native mobile

Contributor details

BuildIt Branding logo
BuildIt Branding
Joined 2019   •   3 Plugins
View contributor profile

Instructions

Read the documentation! [Detailed Documentation Here](https://build-it-branding.gitbook.io/)

Install the plugin.
Configure your host / database / username / password.
Use Data (things) -> SQL Command to query data or execute SQL statements from your workflow(s).
Use the data in your app as JSON or a datatype definition.

Available Commands:

SELECT Example:
SELECT * FROM dbo.Table

INSERT Example:
INSERT INTO dbo.Table
SELECT Column1, Column2, Column3

UPDATE Example:
UPDATE dbo.Table
SET Column1 = 'data'
WHERE Column2 = 2

DELETE Example:
DELETE FROM dbo.Table
WHERE Column1 = 'data'

EXECUTE (Stored Procedure) Example:
dbo.GetDataByColumn1 @Column1='data'

https://bubble.io/page?name=index&id=builditbranding-demos&tab=tabs-1

Types

This plugin can be found under the following types:
Element   •   Action

Categories

This plugin can be found under the following categories:

Resources

Support contact
Documentation
Tutorial

Rating and reviews

Average rating (3.3)

Topografia.io
October 20th, 2024
Não consegui utilizar o plugin
November 16th, 2023
Mesmo com a documentação não consegui ultilizar o plugin
Thank you for your feedback. Unfortunately, we have no way of helping you unless you were to contact us and let us know you have a problem. The plugin is not the problem. Did you review the demo page which has working examples? Could you connect to your database? Could you connect to your database but couldn't get data from a query? Who knows? Best of luck! (plugin author)
November 20th, 2023
  •  
BuildIt Branding
Testing App
October 15th, 2023
wq
steps missing from documentation
April 25th, 2023
documentation is quite unclear how to prompt the queries once you've connected the database...
Thank you for your feedback. I'm quite sorry that you struggled with how to use the queries. There is extensive documentation here: https://build-it-branding.gitbook.io/mssql-sql-database-connector/guide/introduction If you want to try again we are happy to offer support or update our documentation with more specifics. (plugin author)
June 8th, 2023
  •  
BuildIt Branding
Bubble