- Notifications
You must be signed in to change notification settings - Fork254
-
Original issue by@devendrakhatri:openblocks-dev/openblocks#297 For the use cases where we have multiple environments (DEV, UAT, PROD) and each environment has a dedicated database with exactly same schema. Can we think of passing datasource dynamically? Probably we can call it "environment manager" which can manage all the base URLs, database,. etc. at single place and dashboard can switch to environments using dropdown list?
|
BetaWas this translation helpful?Give feedback.
All reactions
👍 3
Replies: 3 comments 6 replies
-
FYI moving feature request into a discussion as this needs a bit more thought first. I would not recommend Lowcoder connecting to multiple environments as this can lead to editing production data by accident. Why not having different instances of Lowcoder for each environment? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Without this feature, we need to edit applications for each stack and it is not guaranteed to have same applications across the environments because it is done by humans at the moment. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Anyway, we need a solution to reuse the application code for each environment. |
BetaWas this translation helpful?Give feedback.
All reactions
-
How many queries from a single data source do you have per app? |
BetaWas this translation helpful?Give feedback.
All reactions
-
10-15 queries on average. …On Sun, May 7, 2023 at 21:58 Jan Richter ***@***.***> wrote: How many queries from a single data source do you have per app? — Reply to this email directly, view it on GitHub <#107 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABNTNWNTYMJHPBT64E4HWEDXE6L7PANCNFSM6AAAAAAXYE3NZI> . You are receiving this because you authored the thread.Message ID: ***@***.***> |
BetaWas this translation helpful?Give feedback.
All reactions
-
What you can do as a temporary workaround (albeit painful) is:
Your request basically describes having dynamic data sources if I understand that correctly. |
BetaWas this translation helpful?Give feedback.
All reactions
-
It's been awhile since there was any traffic on this particular discussion, but I'd like to chime in with some additional use cases.
If it were possible to use {{ placeholder }} values in connection strings as well as in queries, that would be pretty great. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Another use case for dynamic data sources is connecting to the same data source, but using different database connection authentication (username/pwd) based on the user currently using LowCoder. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Environments will be supported in the Lowcoder EE Version. However, we do still have development ongoing for EE version and somewhen in Summer we should finally show up with it. |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #10 on May 06, 2023 12:40.