* Connect directly to Hyperdrive as if it's your database, returning a TCP socket. * * Calling this method returns an identical socket to if you call * `connect("host:port")` using the `host` and `port` fields from this object. * Pick whichever approach works better with your preferred D
()
| 11781 | * using the information in this class's readonly fields. |
| 11782 | */ |
| 11783 | connect(): Socket; |
| 11784 | /** |
| 11785 | * A valid DB connection string that can be passed straight into the typical |
| 11786 | * client library/driver/ORM. This will typically be the easiest way to use |
no outgoing calls