4strid / nekodb

Tiny ODM for MongoDB/NeDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do some type coersion when performing queries

4strid opened this issue · comments

Convert strings to numbers, booleans, etc. when the query expects a certain type.

Since a lot of times when you make an API request things will come in as strings.