Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 1, 2008
1 parent 42ba95f commit d75a53c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions rmongo.todo
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,16 @@
- make Buffer#write support multiple arguments
- refactor commands using send(command_id){ |buf| buf.write(:custom, data, :for, command) }
- integrate collections method_missing api from jruby wrapper

- improved version of save
- doInsert if not .keys.include?(:_id)
- generate object id
- use same algorithm as ObjectID.java
- or perhaps, use modified uuid gem
- doUpdate if :_id already exists

- add indexing api (ensureIndex) [ look at dbcollection.js ]

- support cursors
- doGetMore to get more data from a cursor
- doKillCursors to clean up

0 comments on commit d75a53c

Please sign in to comment.