File: features.html

package info (click to toggle)
mongo-java-driver 3.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 16,112 kB
  • sloc: java: 102,506; xml: 395; sh: 43; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 798 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h2>Features</h2>

<dl>
  <dt>BSON Library</dt>
  <dd>A standalone BSON library, with a new Codec infrastructure that you can
    use to build high-performance encoders and decoders without requiring an
    intermediate Map instance.</dd>
  <dt>MongoDB Driver</dt>
  <dd>An updated Java driver that includes the legacy API as well as a new generic MongoCollection interface that complies with a new cross-driver CRUD specification.</dd>
  <dt>MongoDB Async Driver</dt>
  <dd>A new asynchronous API that can leverage either Netty or Java 7's AsynchronousSocketChannel for fast and non-blocking IO.</dd>
  <dt>Core driver</dt>
  <dd>The MongoDB Driver and Async Driver are both built on top of a new core library, which anyone can use to build alternative or experimental high-level APIs.</dd>
</dl>