DatabaseType
Database type - specific database provider when publisher_category = Database
Properties
string
"serendb""neon""supabase""mongodb"
View JSON Schema
{
"type": "string",
"description": "Database type - specific database provider when publisher_category = Database",
"enum": [
"serendb",
"neon",
"supabase",
"mongodb"
]
}