Skip to content

Commit

Permalink
Add BSON implementation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
christophhagen committed Jun 7, 2024
1 parent 0047fc1 commit a24e606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Also offers CBOR encoding, plus a bunch of other things related to `Codable`.
#### [Swift BSON](https://github.com/mongodb/swift-bson)
Encoding according to the [BSON specification](https://bsonspec.org).
Less efficient binary represenation than Protocol Buffers and `BinaryCodable`, but mature.
Used for MongoDB.
Used for MongoDB. There is also [another implementation](https://github.com/orlandos-nl/BSON).

## Installation

Expand Down

0 comments on commit a24e606

Please sign in to comment.