Details
-
Task
-
Resolution: Done
-
Unknown
-
None
-
None
-
None
-
None
Description
Scope
Write a POC to allow lazily supplying encryption schemas to libmongocrypt. This must enable driver API like the following:
collection = db.GetCollection("foo").WithEncryptionSchema(schema);
|