Module: Oboe::Inst::Moped
- Included in:
- Moped::Collection, Moped::Database, Moped::Indexes, Moped::Query
- Defined in:
- lib/oboe/inst/moped.rb
Constant Summary collapse
- FLAVOR =
'mongodb'
- DB_OPS =
Moped::Database
[:command, :drop]
- INDEX_OPS =
Moped::Indexes
[:create, :drop]
- QUERY_OPS =
Moped::Query
[:count, :sort, :limit, :distinct, :update, :update_all, :upsert, :explain, :modify, :remove, :remove_all]
- COLLECTION_OPS =
Moped::Collection
[:drop, :find, :indexes, :insert, :aggregate]