vedfi / mondroid

Mongodb Client w/ Flutter
GNU General Public License v3.0
63 stars 7 forks source link
dart flutter mongodb mongodb-client

mondroid-banner

Download on the App Store Get it on Google Play

About This Project

Features

General

Collections

Querying

Documents

Custom Json Encoding / Decoding

Type Operator Usage
ObjectId $oid "$oid:5a97f9c91c807bb9c6eb5fb4"
DateTime $date "$date:1998-11-02T01:30:00.000Z"
Uuid $uuid "$uuid:ddca6dd7-9887-4f56-8dea-264cbe1c15b1"
Long $long "$long:300497"
Decimal $decimal "$decimal:1102.98"
BsonBinary $binary "$binary:3_ABCDEF" ("$binary: subType_value")
NaN (Double) $doubleNaN "$doubleNaN"
Infinity (Decimal) $decimalInfinity "$decimalInfinity"
Infinity (Double) $doubleInfinity "$doubleInfinity"
-Infinity (Decimal) $decimalNegativeInfinity "$decimalNegativeInfinity"
-Infinity (Double) $doubleNegativeInfinity "$doubleNegativeInfinity"

User Interface


Side Notes

I won't be able to develop full time; as this is a hobby project.