1.0.3 • Published 1 year ago

@hoangducnhuan/knex-mongo v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@hoangducnhuan/knex-mongo

Mongo Dialect for knex.js

Install

npm install @hoangducnhuan/knex-mongo

Usage

import { knex } from "knex";
import ClientMongo from "@hoangducnhuan/knex-mongo";

const instance = knex({
  client: ClientMongo,
  mongo: {
    url: "mongodb://host1:27017,host2:27017,host3:27017/?replicaSet=myRs",
    databaseName: "dev",
    options: {},
  },
});

License

MIT License

1.0.3

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago