Hi,
I was wondering if you could add the below equivalent queries into Envuso.
- Distinct method. IE
sql db.EnvusoTest.distinct( "name" )
Also
sql db.EnvusoTest.distinct( "name", { age: "20" })
- Replaceone method. IE
sql db.EnvusoTest.replaceone( { "name" : "Ben" }, { "name" : "Ben", "age" : "21" } );
There maybe more this is just a small list
Thanks,
Ben
Hi,
I was wondering if you could add the below equivalent queries into Envuso.
sql db.EnvusoTest.distinct( "name" )Also
sql db.EnvusoTest.distinct( "name", { age: "20" })sql db.EnvusoTest.replaceone( { "name" : "Ben" }, { "name" : "Ben", "age" : "21" } );There maybe more this is just a small list
Thanks,
Ben