orientechnologies / OrientDB.Net.Core

Experimental Modular OrientDB .Net Core Driver.
16 stars 8 forks source link

Multiple Datatypes require multiple connections #5

Closed DavidParks8 closed 7 years ago

DavidParks8 commented 7 years ago

IOrientDBConnectionProtocol<TDataType> seems to require a different connection for each datatype that one might want to retrieve from OrientDB. I would like to have the option to keep one connection open and choose my datatype depending upon my query. To that end, would it be possible to remove the generic and make the interface be IOrientDBConnectionProtocol instead?