Hello developers, I'm new to this world of xcode and I'm really liking it a lot, I could jump some obstacles but I was presented with a problem that I could not solve.
The issue is that I want to connect to a database that I have in the servers of my company, which are with PostgreSQL, to make queries of the different tables, to also make a login for those who will use my application.
I would like that you could help me with some information to be able to make my project connect to this database and be able to perform SQL queries.
Thank you!