[FeatureRequest]: Adv. Database Connection options

I can't seem to connect to my CockroachDB server (Postgres). I suspect it may have to do with the fact that they use custom ports or other parameters that the UI doesn't appear to support. Ideally, I'd be able to specify a custom port, & SSL mode as well. Or perhaps just feed the UI a standard connection string directly. At the moment its unclear exactly what's causing my error.

42883: unknown function: pg_indexam_has_property(): function undefined
at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)

Hi @Philip_Atha,

You can specify the port even now by entering it in the server textbox e.g. localhost:4444. However I am not sure if the EF driver that we use provides support for CockroachDB. Also I found this open issue which makes me think EF support isn't there yet: sql: support .NET EntityFramework Core and Scaffolding tool · Issue #48050 · cockroachdb/cockroach · GitHub

@korchev I found that same article last night. I suspect you're right. Hopefully a roadmap item then!