Hi, Is it possible to create different collections of data with different names? Right now DB is Initialized by
var Datastore = require('react-native-local-mongodb'),
db = new Datastore({ filename: 'xyz' });
If I want to use different collection how should I do that?
Hi, Is it possible to create different collections of data with different names? Right now DB is Initialized by var Datastore = require('react-native-local-mongodb'), db = new Datastore({ filename: 'xyz' }); If I want to use different collection how should I do that?