Skip to content
orlandov edited this page Sep 13, 2010 · 13 revisions

Must do

  • error checking!
  • date type
  • show dbs
  • batch insert
  • insert returns created _id’s
  • upserts
  • sort order

Could do

  • investigate use of node net2 branch
  • kill cursors

Won’t (Can’t) do

  • reuse v8 code from http://github.com/mongodb/mongo/tree/master/scripting/

Done

  • buffer writes
  • show collections
  • arrays
  • add the rest of the mongodb types (oid) at the very least
  • clean up project directory, `mkdir lib/ src/ test/` etc
Clone this wiki locally