N
Neon8mo ago
correct-apricot

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
extended-salmon
extended-salmon8mo 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
afraid-scarlet
afraid-scarlet8mo 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!
extended-salmon
extended-salmon8mo 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?