mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 17:46:00 +00:00
collections script templates
This commit is contained in:
@@ -161,6 +161,12 @@ export const driverBase = {
|
||||
getCollectionExportQueryJson(collection: string, condition: any, sort: any) {
|
||||
return null;
|
||||
},
|
||||
getScriptTemplates(objectTypeField) {
|
||||
return [];
|
||||
},
|
||||
getScriptTemplateContent(scriptTemplate, props) {
|
||||
return null;
|
||||
},
|
||||
|
||||
dataEditorTypesBehaviour: {
|
||||
parseSqlNull: true,
|
||||
|
||||
Reference in New Issue
Block a user