N
Neon7mo ago
other-emerald

Hello everyone, I'm facing an issue, it

Hello everyone, I'm facing an issue, it seems in my Neon postgres db any changes that I make like update a table or inserting data trough postman is not getting saved, after some time the data just disappears, I'm on the free plan could that be the reason?, i have only made around 3 entries.
3 Replies
grumpy-cyan
grumpy-cyan7mo ago
Hey! Do you mind sharing more details? Do you have an API endpoint that, when queried, runs a SQL statement? You can run queries using the Neon SQL editor
absent-sapphire
absent-sapphire7mo ago
I have my api running in heroku, it is saving the data and it shows on the tables rows on neon, at some point it just dissapears. My api is built in fastapi and sql|Alchemy, I don't have any sql query directly. Thanks for answering!
grumpy-cyan
grumpy-cyan7mo ago
hmm, are you perhaps running another query that is deleting the data? Otherwise, I don't see any reason why the data would be deleted after a while

Did you find this page helpful?