Hacker News new | ask | show | jobs
by jd_mongodb 1396 days ago
Every field in a MongoDB document (we encoded documents in BSON at the driver level) is typed and you can apply a schema to any collection if you choose to do so.