We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d5ead commit c713761Copy full SHA for c713761
1 file changed
Plugins/MongoDBDriverPlugin/MongoDBPlugin.swift
@@ -31,6 +31,7 @@ final class MongoDBPlugin: NSObject, TableProPlugin, DriverPlugin {
31
static let editorLanguage: EditorLanguage = .javascript
32
static let supportsForeignKeys = false
33
static let supportsSchemaEditing = false
34
+ static let systemDatabaseNames: [String] = ["admin", "local", "config"]
35
static let databaseGroupingStrategy: GroupingStrategy = .flat
36
static let columnTypesByCategory: [String: [String]] = [
37
"String": ["string", "objectId", "regex"],
0 commit comments