Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 812 Bytes

TODO.md

File metadata and controls

46 lines (39 loc) · 812 Bytes

Todos

  • Check pointer handling (using out/ref etc.)

Bson (libbson)

  • BCON (macros)
  • Bson
  • BsonIter (?)
  • BsonReader (?)
  • BsonString
  • BsonUnichar (?)
  • BsonType / BsonSubtype / BconType
  • *Flags
  • BsonError
  • BsonOid
  • BsonDecimal128 (?)
  • BsonValue (?)
  • BsonVisitor (?)
  • BsonContext
  • Helper methods (?)

Mongo (libmongoc)

  • Uri
  • Client
  • ClientPool
  • ClientSession (?)
  • Socket (?)
  • *Opts (?)
  • *Prefs
  • *Concerns
  • Cursor
  • *Flags
  • Streams (?)
  • GridFS (bucket)
  • Database
  • Collection
  • BulkOperations (?)
  • APMCallbacks
  • Transactions (?)
  • Helper methods (?)

(?) : To test and/or not fully implemented

(*) : Wildcard types (i.e. different options)