Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edcarroll/hydrate-mongodb-shortid

ShortID Generator for hydrate-mongodb
https://github.com/edcarroll/hydrate-mongodb-shortid

Last synced: 3 days ago
JSON representation

ShortID Generator for hydrate-mongodb

Awesome Lists containing this project

README

        

# hydrate-mongodb-shortid
ShortID Generator for hydrate-mongodb

## Install

```bash
npm install --save @edcarroll/hydrate-mongodb-shortid
```

## Example

```ts
import {Configuration} from "@edcarroll/hydrate-mongodb";
import {ShortIDGenerator} from "@edcarroll/hydrate-mongodb-shortid"

let dbConfig = new Configuration();

dbConfig.identityGenerator = new ShortIDGenerator();
```