1.4.6 • Published 6 months ago

@zthun/dalmart-mongo v1.4.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Dalmart Mongo

This package supplies the implementation for a dalmart layer that connects to a mongo database.

Installation

npm install @zthun/dalmart-mongo
yarn add @zthun/dalmart-mongo

Usage

import { IZDatabaseDocument, ZDatabaseOptionsBuilder } from '@zthun/dalmart-db';
import { ZDatabaseMongo } from '@zthun/dalmart-mongo';

const options = new ZDatabaseOptionsBuilder()
  .url('mongodb://my-database.url:8899')
  .database('blah-blahs')
  .timeout(45000)
  .build();
const database: IZDatabaseDocument = new ZDatabaseMongo(options);

// Do things with database.
1.4.6

6 months ago

1.4.5

6 months ago

1.4.4

8 months ago

1.4.3

8 months ago

1.4.2

12 months ago

1.4.1

1 year ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.0

2 years ago