function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jeremy Leiser 6Jeremy Leiser 6 

DataSource type is not visible

I'm trying to implement the Apex Connector Framework to hook up to an external database.  However, I'm getting the following error: "Type is not visible: DataSource.Connection."

Here is my code:
 
global class ChoozleDBConnection extends DataSource.Connection {
	global ChoozleDBConnection(DataSource.ConnectionParams connectionParams) {}
}

Thank you for any help you can provide!
Admin User 7642Admin User 7642
Same issue here.
Donald Reagan 3Donald Reagan 3
Same problem here too