How and where would you put the TLS certificate client in your flutter/dart program ?
How do you ensure the dart/flutter program is using the correct postgres client certificate ?
What kind of authentication type is supported by postgresql-dart (where is it documented) ?
would be really more complete if there was a complete example on how to use your own self signed certificates with a simple flutter client talking to postgres server
How and where would you put the TLS certificate client in your flutter/dart program ? How do you ensure the dart/flutter program is using the correct postgres client certificate ? What kind of authentication type is supported by postgresql-dart (where is it documented) ?
would be really more complete if there was a complete example on how to use your own self signed certificates with a simple flutter client talking to postgres server