I have a quite big database in azure SQL with procedures and lots of data. Therefore, I’m using the SQL connector to do a mix the native tables from Bubble and Azure SQL.
However, I’m facing a few challenges with that:
Search box: Is there any way to use a native search box with the SQL connector? Challenges: The connector only allows 200 rows. If I add a parameter in the query to be COLUMN LIKE ‘%@PARAMETER%’, the page would need to be refresh to return the results. Any option to natively do that?
In case I want to push/integrate all the data I have in Azure SQL. What would be the best practices? Is there any tool? Is this optimum?
We built an advanced (paid) plugin to work with SQL data from a remote database. If you want to take a look the information is here: SQL Database Connector Pro Plugin | Bubble
If you have a lot of data already in Azure I wouldn’t recommend pushing it over to Bubble unless there is a really specific use case for doing so, especially considering you have a lot of procedures as you mentioned.
In order to solve the search box you may want to consider sending a subset of the SQL data over to Bubble as a sort of “cache” search/query.