Memory
Storing a collection in memory
Introduction
Usage
Create a single memory collection
Tashmet.connect(store.proxy()).then(async tashmet => {
const collection = await tashmet.db('myDb').createCollection('myCollection');
});Last updated
Was this helpful?