DataConnection Type
The LakebaseConnection object.
Remarks
The LakebaseConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Lakebase -User 'lakebase' -Password 'admin' -Server '127.0.0.1' -Port '5432' -Database 'lakebase' $conn | GM