You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the postgresql backend currently supports passing a single stringuri connection parameter, but it'd be a lot easier to use and customize the parameters if all the backends used a uri parameter.
SQLite, PostgreSQL, and Redis will be easy enough since the libs I use already accept them:
The backends that rely on Boto3 requests (S3, dynamodb) will need to be parsed first, but I figure something like this wouldn't be too difficult to implement:
Only the postgresql backend currently supports passing a single string
uri
connection parameter, but it'd be a lot easier to use and customize the parameters if all the backends used auri
parameter.SQLite, PostgreSQL, and Redis will be easy enough since the libs I use already accept them:
The backends that rely on Boto3 requests (S3, dynamodb) will need to be parsed first, but I figure something like this wouldn't be too difficult to implement:
On a side-note: I should also document the behaviour of S3/dynamodb calls when inside a VPC.
The text was updated successfully, but these errors were encountered: