Loading...
Storing a collection in memory
This is the default storage when no storageEngine directive is given.
Tashmet.connect(store.proxy()).then(async tashmet => { const collection = await tashmet.db('myDb').createCollection('myCollection'); });