You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to make the expo todos example to work with a PostgreSQL database.
My idea is to save/read the data from the client into the PostgreSQL database in the server in a tabular format, but it doesn't seem to work. As soon as I modify the existing default configuration, it doesn't save the data anymore.
Database tables (the todosindb was created beforehand)
Is there something wrong with the configuration, or way I defined the postgres persister?
I've seen the following discussion, but I wasn't clear to me if it was a SQLite only problem in storing with a MergeableStore, or if it would apply to PostgreSQL as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to make the expo todos example to work with a PostgreSQL database.
My idea is to save/read the data from the client into the PostgreSQL database in the server in a tabular format, but it doesn't seem to work. As soon as I modify the existing default configuration, it doesn't save the data anymore.
Database tables (the
todosindb
was created beforehand)Is there something wrong with the configuration, or way I defined the postgres persister?
I've seen the following discussion, but I wasn't clear to me if it was a SQLite only problem in storing with a
MergeableStore
, or if it would apply to PostgreSQL as well.Thanks for your attention!
Beta Was this translation helpful? Give feedback.
All reactions