Record app data developed with React-Native in a remote Postgresql database

Asked

Viewed 1,610 times

0

Good I’m developing an application in React-Activate.

In this application will basically have some forms to register information, but this information must be saved in a Postgresql bd which is already used by a system.

Researching I found the https://node-postgres.com/ I believe I could use in the application (am I right?) but this ad https://node-postgres.com/announcements made me uncomfortable, but I couldn’t find another alternative, someone has some?

1 answer

1


To use React Native together with Postgresql you will need some back-end language that can communicate with the DBMS in question, such as PHP, Java or even Node.js as the tutorial you cited.

Once you choose the language, develop a API so that your app can do requests for the API developed and then consume or write the data present in your Postgresql database.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.