Setting up a remote database for an android app
Let's say I want to set up a database on a server I own, for a kotlin android app that will add and get datas from it (remotely). What solutions do I have ? I've seen that I should not communicate directly with the database, is it true ?