3.0.0 • Published 5 months ago

functional-models-orm-mongo v3.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Functional Models ORM Mongo

Unit Tests Feature Tests Coverage Status

A Functional Models datastoreAdapter implementation for mongo databases.

Example

const { MongoClient } = require('mongodb')
const { createOrm } = require('functional-models')
const {
  datastoreAdapter: mongoAdapter,
} = require('functional-models-orm-mongo')

const datastoreAdapter = mongoAdapter({
  mongoClient: client,
  databaseName: 'your-database-name',
})

const orm = createOrm({ datastoreAdapter })
3.0.0

5 months ago

2.0.7

6 months ago

2.0.6

6 months ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.2.1

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.0.13

4 years ago

2.0.0

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago