Skip to main content
Module

x/mongo/mod.ts

MongoDB driver for Deno
Extremely Popular
Go to Latest
File
export * from "./ts/client.ts";export * from "./ts/collection.ts";export * from "./ts/database.ts";export * from "./ts/result.ts";export { ObjectId } from "./ts/types.ts";export * from "./ts/util.ts";export const VERSION = "v0.6.0";export const RELEASE_URL = `https://github.com/manyuanrong/deno_mongo/releases/download/${VERSION}`;