simpleidserver / EFCore.Cassandra

Entity Framework Core provider for Cassandra
Apache License 2.0
35 stars 16 forks source link

Using secure connection bundle #23

Open fiona018 opened 3 years ago

fiona018 commented 3 years ago

Good Day,

I'm trying to connect to datastax astra but when I'm executing Update-Database this happens

image

Thank you in advance.

simpleidserver commented 3 years ago

Hello,

Sorry for the delayed response, the project "EFCore.Cassandra.Samples" has been updated to support "Datasx astra". In the file "FakeDbContext" you can update the parameters of the functions "WithCloudSecureConnectionBundle" and "WithCredentials".

donprecious commented 1 year ago

WithCloudSecureConnectionBundle" and "WithCredentials".

can you give an example on how to do this