TanmoySG / wunderDB

A micro JSON-based Data Store inspired by MongoDB.
http://wdb.tanmoysg.com/api/
Apache License 2.0
11 stars 0 forks source link

Fix Query Result Conversion #152

Closed TanmoySG closed 2 months ago

TanmoySG commented 2 months ago

Fixes Query execution result type conversion.

Earlier, the query results were returned as JSON String. Now it should return results in their actual type.