Skip to content

Commit 5cfd038

Browse files
committed
Update README
1 parent 01106be commit 5cfd038

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ node_modules
2626

2727
# Users Environment Variables
2828
.lock-wscript
29+
30+
.idea/
31+
*.iml

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var JSData = require('js-data');
2525
var DSMongoDBAdapter = require('js-data-mongodb');
2626

2727
var store = new JSData.DS();
28+
var adapter = new DSMongoDBAdapter();
2829

2930
store.registerAdapter('mongodb', adapter, { default: true });
3031

js-data-mongodb.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<exclude-output />
55
<content url="file://$MODULE_DIR$" />
66
<orderEntry type="sourceFolder" forTests="false" />
7+
<orderEntry type="library" name="js-data-mongodb node_modules" level="project" />
78
</component>
89
</module>

0 commit comments

Comments
 (0)