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 c462a74 commit b7d424bCopy full SHA for b7d424b
1 file changed
TablePro/Models/Connection/DatabaseConnection.swift
@@ -237,7 +237,6 @@ extension DatabaseType {
237
static let scylladb = DatabaseType(rawValue: "ScyllaDB")
238
static let etcd = DatabaseType(rawValue: "etcd")
239
static let cloudflareD1 = DatabaseType(rawValue: "Cloudflare D1")
240
- static let dynamodb = DatabaseType(rawValue: "DynamoDB")
241
}
242
243
extension DatabaseType: Codable {
0 commit comments