gb.mongodb
这个组建允许你访问 MongoDB 数据库。
该组件仍不稳定。
The MongoDB client internally uses the
BSON format for representing MongoDB documents, options, and replies.
This component uses Gambas
Collection objects instead, and internally converts between Collection and BSON objects when communicating with MongoDB.
Do not confuse Gambas collections with MongoDB collections!
Roughly speaking, MongoDB collections are database tables, whereas Gambas collections are database rows.