new collection refactor + mongo drop collection fixed

This commit is contained in:
Jan Prochazka
2024-08-22 10:41:29 +02:00
parent 77b42e6a04
commit 7ad8edcdae
6 changed files with 21 additions and 5 deletions

View File

@@ -115,8 +115,12 @@ export interface EngineDriver extends FilterBehaviourProvider {
profilerChartAggregateFunction?: string;
profilerChartMeasures?: { label: string; field: string }[];
isElectronOnly?: boolean;
collectionSingularLabel?: string;
collectionPluralLabel?: string;
collectionNameLabel?: string;
newCollectionFormParams?: any[];
supportedCreateDatabase?: boolean;
showConnectionField?: (
field: string,