Multiple Postgres databases

Hey folks!

There's an experimental feature flag we can turn on to let you dynamically set the resource for a particular query from within your app. More information in this post! With that, you can:

  • Create a separate resource for each database
  • Grab the UUID of each resource and set them to be the values in your select
  • Change the label to match the name of your resource/database
  • Pass {{yourSelect.value}} into the dynamic resource field of your query

Does that look like it could work for your use case?