I have an application I need to install that accesses a PostgreSQL database on a shared hosting server. I could create an XData server to work with Web Core and the database but the server would need to be hosted on one of my servers as far as I know.
Is there a way to install an XData server on a Linux VPS machine?
Is there a way to access the PostgreSQL database in a Web Core application without using XData?
Thanks