How to use PostgreSQL offline local storage on a React-Native app?

Viewed 23

I'm creating my first app and I'd want to keep using the stack I've learned. Therefore I've created a React-Native app that has an Express server and a PostgreSQL database. I can connect to a server that already exists (for instance, using my localhost server on Windows) but I can't figure out how to create a database server per device or some kind of PostgreSQL local storage. Is there no solution? Is there no way to use a local port on an Android/IOs device as it's used on Windows?

I left a list of posts that I've read but couldn't find an answer.

Edit: added all this related post on local storage

0 Answers
Related