feat(congodb): implement CongoDB MongoDB wire-protocol compatible in-memory server and APIs
This commit is contained in:
17
ts/congodb/congodb.plugins.ts
Normal file
17
ts/congodb/congodb.plugins.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
// @push.rocks scope
|
||||
import * as smartfs from '@push.rocks/smartfs';
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartrx from '@push.rocks/smartrx';
|
||||
|
||||
export { smartfs, smartpath, smartpromise, smartrx };
|
||||
|
||||
// thirdparty
|
||||
import * as bson from 'bson';
|
||||
import * as mingo from 'mingo';
|
||||
|
||||
export { bson, mingo };
|
||||
|
||||
// Re-export commonly used mingo classes
|
||||
export { Query } from 'mingo';
|
||||
export { Aggregator } from 'mingo';
|
||||
Reference in New Issue
Block a user