mongodb/Database/MongoDB
kfiz 780df80cfc
Make current driver compatible with the OP_MSG protocol (#137)
* Make current driver compatible with the OP_MSG protocol

Starting with mongodb v6 the OP_MSG protocol is the only accepted message protocol that is accepted by mongodb.
All prior protocols are deprecated. This commit implements the protocol keeping the current client facing API intact.

See:
https://github.com/mongodb/specifications/blob/master/source/message/OP_MSG.rst
https://medium.com/@asayechemeda/communicating-with-mongodb-using-tcp-sockets-521490f981f

Co-authored-by: Doro Rose <doroerose@gmail.com>
2022-10-26 21:09:24 -07:00
..
Internal Make current driver compatible with the OP_MSG protocol (#137) 2022-10-26 21:09:24 -07:00
Transport Cleaning, updating codebase to avoid warnings/infos 2022-06-18 13:33:55 +02:00
Admin.hs Cleaning, updating codebase to avoid warnings/infos 2022-06-18 13:33:55 +02:00
Connection.hs Fixed a typo in openReplicatSetSRV' documentation strings. 2022-09-02 10:53:06 +02:00
GridFS.hs Cleaning, updating codebase to avoid warnings/infos 2022-06-18 13:33:55 +02:00
Query.hs Make current driver compatible with the OP_MSG protocol (#137) 2022-10-26 21:09:24 -07:00
Transport.hs Undo some inessential changes 2020-04-01 16:53:37 +02:00