-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
None
-
None
-
Dotnet Drivers
-
Needed
-
None
-
None
-
None
-
None
-
None
-
None
During development of EF-204 it was decided that we should also support the server-side generation of the Queryable Encryption in order to prevent some possible scenarios where misconfigured or alternate clients do not encrypt the data before sending it to the server.
We should provide a small API - either an explicit alternative to CreateDatabase or a configuration API on the DB Context Options in order to signify that the schema should be sent with create collection.
We should also consider what to do if the collection already exists and whether we can compare server to client before throwing/erroring depending on the desired developer experience.