Versions in this module Expand all Collapse all v0 v0.0.2 Oct 31, 2021 Changes in this version + func DeleteMany(filter bson.D) int64 + func DeleteOne(filter bson.D) bool + func GetMany(filter bson.D) []bson.M + func GetOne(filter bson.D) bson.M + func InsertOne(data bson.D) primitive.ObjectID + func UpdateMany(filter bson.D, data bson.D) int64 + func UpdateOne(filter bson.D, data bson.D) bool v0.0.1 Oct 18, 2021 Changes in this version + var DEFAULT_DATABASE_NAME string + var DEFAULT_DATABASE_URI string + func CloseConnection() + func OpenConnection(collectionName string) + func QueryMany(filter bson.D) []bson.M + func QueryOne(filter bson.D) bson.M + func String2Float32(number string) float32