allowedEndpoints is a list of tuples of http methods and http endpoints that will be accessible. Leave it empty if you don't want to restrict the access to the datasource.
max_conns is the maximum size of the pool
connect_timeout the timeout value used for socket connect operations.
prepare_threshold specifies the number of PreparedStatement executions that must occur before the driver begins using server-side prepared statements.
mysql specific driver configurations
postgres specific driver configurations
max_conns is the maximum size of the pool
connect_timeout the timeout value used for socket connect operations.
prepare_threshold specifies the number of PreparedStatement executions that must occur before the driver begins using server-side prepared statements.
mysql specific driver configurations
postgres specific driver configurations
max_conns is the maximum size of the pool
connect_timeout the timeout value used for socket connect operations.
prepare_threshold specifies the number of PreparedStatement executions that must occur before the driver begins using server-side prepared statements.
url is the url of the datasource. It is not the url of the proxy. The Perses server is the proxy, so it needs to know where to redirect the request.