Specifies the URL scheme used to connect to your origin database.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/hyperdrive_hyperdrive-scheme", "title": "hyperdrive_hyperdrive-scheme", "default": "postgres", "description": "Specifies the URL scheme used to connect to your origin database.", "enum": [ "postgres", "postgresql", "mysql" ], "type": "string" }