Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 580 Bytes

TODO.md

File metadata and controls

40 lines (30 loc) · 580 Bytes

TODO

Situation regarding our 1 to 1 feature with MongoDB.

Read

  • [] aggregate
  • [] count
  • [] distinct
  • [] find

Write

  • [] deleteMany
  • [] deleteOne
  • [] findOneAndDelete
  • [] findOneAndReplace
  • [] findOneAndUpdate
  • [] insertMany
  • [] insertOne
  • [] replaceOne
  • [] updateMany
  • [] updateOne

TODO

  • [] indices

  • [] uniqueNames (for FS, we have a folder uniques and file per names, file contains list of sorted used value for this name);

  • Query :

  • [] $where

  • [] $ne

  • [] $len

  • [] $keyin

  • [] $nkeyin

  • [] $type

  • [] $contains

  • [] $containsAny