Does MongoDB support floating point types?

前端 未结 4 556
余生分开走
余生分开走 2020-12-03 16:31

I am migrating a mysql database to mongodb. But i have read in MongoDb data types and then there is no reference to floating point types like, float, double, decimal.

<
4条回答
  •  执念已碎
    2020-12-03 17:28

    MongoDB does support storing doubles, but not all drivers provide an interface to them for some reason.

    From http://www.mongodb.org/display/DOCS/Data+Types+and+Conventions -

    Mongo uses special data types in addition to the basic JSON types of string, integer, boolean, double, null, array, and object.

提交回复
热议问题