bubonicfred / 4minitz

MIT License
9 stars 1 forks source link

Refactor Mongo.Collection to async #801

Open bubonicfred opened 5 months ago

bubonicfred commented 5 months ago

Parent: #794

Any of the following Mongo.Collection methods used on the server side need to be converted to their async equivalents. Both kinds can be used client side

findOne -> findOneAsync
insert -> insertAsync
remove -> removeAsync
update -> updateAsync
upsert -> upsertAsync