@@ -25,34 +25,34 @@ Works perfectly [with Travis CI](https://github.com/nodkz/graphql-compose-mongoo
2525<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2626** Table of Contents** * generated with [ DocToc] ( https://github.com/thlorenz/doctoc ) *
2727
28- - [ MongoDB In-Memory Server ] ( #mongodb-in-memory-server )
29- - [ Installation ] ( #installation )
30- - [ Requirements ] ( #requirements )
31- - [ Known Incompatibilities ] ( #known-incompatibilities )
32- - [ mongodb-memory-server] ( #mongodb-memory-server )
33- - [ mongodb-memory-server-global] ( #mongodb-memory-server-global )
34- - [ mongodb-memory-server-core] ( #mongodb-memory-server-core )
35- - [ Configuring which mongod binary to use] ( #configuring-which-mongod-binary-to-use )
36- - [ Usage] ( #usage )
37- - [ Simple server start] ( #simple-server-start )
38- - [ Available options for MongoMemoryServer] ( #available-options-for-mongomemoryserver )
39- - [ Replica Set start] ( #replica-set-start )
40- - [ Available options for MongoMemoryReplSet] ( #available-options-for-mongomemoryreplset )
41- - [ Options which can be set via ENVIRONMENT variables] ( #options-which-can-be-set-via-environment-variables )
42- - [ Options which can be set via package.json's ` config ` section] ( #options-which-can-be-set-via-packagejsons-config-section )
43- - [ Simple test with MongoClient] ( #simple-test-with-mongoclient )
44- - [ Provide connection string to mongoose] ( #provide-connection-string-to-mongoose )
45- - [ Several mongoose connections simultaneously] ( #several-mongoose-connections-simultaneously )
46- - [ Simple Mocha/Chai test example] ( #simple-mochachai-test-example )
47- - [ Simple Jest test example] ( #simple-jest-test-example )
48- - [ AVA test runner] ( #ava-test-runner )
49- - [ Docker Alpine] ( #docker-alpine )
50- - [ Enable Debug Mode] ( #enable-debug-mode )
51- - [ CI] ( #ci )
52- - [ Contributing] ( #contributing )
53- - [ Credits] ( #credits )
54- - [ License] ( #license )
55- - [ Maintainers] ( #maintainers )
28+ - [ Installation ] ( #installation )
29+ - [ Requirements ] ( #requirements )
30+ - [ Known Incompatibilities ] ( #known-incompatibilities )
31+ - [ mongodb-memory-server ] ( #mongodb-memory-server )
32+ - [ mongodb-memory-server-global ] ( #mongodb-memory-server-global )
33+ - [ mongodb-memory-server-global-x.x ] ( #mongodb-memory-server-global-xx )
34+ - [ mongodb-memory-server-core] ( #mongodb-memory-server-core )
35+ - [ Configuring which mongod binary to use] ( #configuring-which-mongod-binary-to-use )
36+ - [ Usage] ( #usage )
37+ - [ Simple server start] ( #simple-server-start )
38+ - [ Available options for MongoMemoryServer] ( #available-options-for-mongomemoryserver )
39+ - [ Replica Set start] ( #replica-set-start )
40+ - [ Available options for MongoMemoryReplSet] ( #available-options-for-mongomemoryreplset )
41+ - [ Options which can be set via ENVIRONMENT variables] ( #options-which-can-be-set-via-environment-variables )
42+ - [ Options which can be set via package.json's ` config ` section] ( #options-which-can-be-set-via-packagejsons-config-section )
43+ - [ Simple test with MongoClient] ( #simple-test-with-mongoclient )
44+ - [ Provide connection string to mongoose] ( #provide-connection-string-to-mongoose )
45+ - [ Several mongoose connections simultaneously] ( #several-mongoose-connections-simultaneously )
46+ - [ Simple Mocha/Chai test example] ( #simple-mochachai-test-example )
47+ - [ Simple Jest test example] ( #simple-jest-test-example )
48+ - [ AVA test runner] ( #ava-test-runner )
49+ - [ Docker Alpine] ( #docker-alpine )
50+ - [ Enable Debug Mode] ( #enable-debug-mode )
51+ - [ CI] ( #ci )
52+ - [ Contributing] ( #contributing )
53+ - [ Credits] ( #credits )
54+ - [ License] ( #license )
55+ - [ Maintainers] ( #maintainers )
5656
5757<!-- END doctoc generated TOC please keep comment here to allow auto update -->
5858
@@ -102,6 +102,14 @@ yarn add mongodb-memory-server-global --dev
102102npm install mongodb-memory-server-global --save-dev
103103```
104104
105+ #### mongodb-memory-server-global-x.x
106+
107+ This Repository provides stub packages that set an MongoDB version, currently availabe are:
108+
109+ ` 3.4, 3.6, 4.0, 4.2, 4.4 `
110+
111+ Note: ** The packages below 4.2 have been deprecated**
112+
105113### mongodb-memory-server-core
106114
107115Does NOT auto-download ` mongod ` on npm install.
0 commit comments