Smart routing is a feature that allows you to connect to multiple resources through a single port, e.g. when a “Technology” listener is configured for the Connector. This is particularly useful when you want to simplify your connection management and reduce the number of ports you need to open.Documentation Index
Fetch the complete documentation index at: https://docs.formal.ai/llms.txt
Use this file to discover all available pages before exploring further.
PostgreSQL
For PostgreSQL, use<db_name>@<resource-name> as database name to specify the resource.
Example:
MySQL
For MySQL, use<db_name>@<resource-name> as database name to specify the resource.
Example:
MongoDB
For MongoDB, useformal_resource_name=<resource-name> as appName name to specify the resource.
Example:
HTTP or S3
For HTTP or S3 use<resource-name>.<host>:<port> to specify the resource.
Example:
If a single S3 resource is available,
<host>:<port> can be used instead of <resource-name>.<host>:<port> for simplicity.