mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 14:56:01 +00:00
13 lines
321 B
JavaScript
13 lines
321 B
JavaScript
import drivers from './drivers';
|
|
import { formatProfilerEntry, extractProfileTimestamp, aggregateProfileChartEntry } from './profilerFunctions';
|
|
|
|
export default {
|
|
packageName: 'dbgate-plugin-mongo',
|
|
drivers,
|
|
functions: {
|
|
formatProfilerEntry,
|
|
extractProfileTimestamp,
|
|
aggregateProfileChartEntry,
|
|
},
|
|
};
|