feat(tsmdb): implement TsmDB Mongo-wire-compatible server, add storage/engine modules and reorganize exports
This commit is contained in:
12
ts/ts_mongotools/plugins.ts
Normal file
12
ts/ts_mongotools/plugins.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// @pushrocks scope
|
||||
import * as mongodump from '@push.rocks/mongodump';
|
||||
import * as smartdata from '@push.rocks/smartdata';
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
|
||||
export { mongodump, smartdata, smartpath, smartpromise };
|
||||
|
||||
// thirdparty
|
||||
import mongoPlugin from 'mongodb-memory-server';
|
||||
|
||||
export { mongoPlugin };
|
||||
Reference in New Issue
Block a user