BREAKING CHANGE(core): replace the TypeScript database engine with a Rust-backed embedded server and bridge
This commit is contained in:
@@ -1,17 +1,4 @@
|
||||
// @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';
|
||||
import * as smartrust from '@push.rocks/smartrust';
|
||||
|
||||
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';
|
||||
export { smartrust };
|
||||
|
||||
Reference in New Issue
Block a user