Skip to content

v0.1.7 馃寛

Latest
Compare
Choose a tag to compare
@fcoury fcoury released this 23 Sep 19:06
· 2 commits to master since this release

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:

OxideShell

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.

Changes 馃帀