improve README
This commit is contained in:
parent
08d53f22f5
commit
f13c12cd47
@ -51,7 +51,7 @@ class myObject extends smartdata.DbDoc { // read the next block about DbDoc
|
|||||||
property2:number
|
property2:number
|
||||||
}
|
}
|
||||||
}) {
|
}) {
|
||||||
super(this,optionsArg)
|
super(this,optionsArg,myDb1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let myCollection = myDb1.getCollection(myObject)
|
let myCollection = myDb1.getCollection(myObject)
|
||||||
|
Loading…
Reference in New Issue
Block a user