Hello guys,
I would like to know if it is possible to create one class on my PCL project that connects to a MySQL DB and makes some operations. I want this class to be static and to be used by both platforms, Android and iOS. I know that a direct connection is not recommended, but in this specific scenario, I think it is ok.