Derek Trider
Derek Trider
Use MySQL's built in indexing instead the "tag map" introduced in #74
CouchDB has something called "attachments" that could be used to store binary data in a more efficient form. We should make it so that if the binary data is greater...
Some of the SQL queries involve inserting text. If it's something a user can define then there may be a vulnerability here.
In the case of a batch call where some of the operations are redundant (like a put, and then a put that overrides the previous one), those redundant operations will...
The MongoDB implementation needs to be updated to support new functionality in order to be used as an aries-framework-go storage provider. At a minimum, the SetStoreConfig and Query methods need...
The Batch method just returns a regular error. It would be better to examine the BulkResults object returned from the BulkDocs method from the Kivik library (currently that return value...
Currently context is always context.Background(). Allow this to be customizable.
#42 fixed #38 on Linux, but on Mac the error still comes up.
Update the build process to add multi-platform support for both `arm64` and `amd64`.