# README
MongoDB Go Driver Networking Library
The packages within this library allow users to build applications that speak the MongoDB RPC protocol. Knowledge of the MongoDB RPC protocol is assumed, so this library mostly contains advanced features. The aim of this library is to provide an easy to use, high performance implementation of both the driver and server networking APIs. Combined, these APIs can be used to create a proxy.
This Library's API is experimental and subject to change. Packages may be changed or removed without notice. These APIs are not stable and do not guarantee backward compatibility.
THIS LIBRARY IS EXPERIMENTAL AND SUBJECT TO CHANGE.
# Packages
No description provided by the author
Package command contains abstractions for operations that can be performed against a MongoDB deployment.
No description provided by the author
Package connection contains the types for building and pooling connections that can speak the MongoDB Wire Protocol.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package result contains the results from various operations.
Package wiremessage contains types for speaking the MongoDB Wire Protocol.