We now have a shell to interact with OxideDB, very similar to MongoDB's own mongosh
.
Just use the shell
subcommand and you're gonna get a REPL much like the one below:
We also now allow matching on implicit arrays, meaning that a.b.c = 1
would match documents like { a: { b: [{ c: 1 }, { d: 2 }] } }
, something we didn't do before.