N
Neon13mo ago
ambitious-aqua

is it possible to add data to NEON table from a local project ?

hi ! I'm having a Golang project and i already connected my project to the NEON database successfully. I was wondering it is possible for me to interact with my data (insert or delete) from NEON using code in my local project ?
5 Replies
absent-sapphire
absent-sapphire13mo ago
Yes, that is how databases generally work. You update data using another program which connects to the database.
ambitious-aqua
ambitious-aquaOP13mo ago
will it be delayed ? i inserted some data using code in my local project but i havent seen those data on my NEON table yet
absent-sapphire
absent-sapphire13mo ago
no, there should not be any delay
ambitious-aqua
ambitious-aquaOP13mo ago
yes my mistake, i adjusted my code and it worked. Thanks a lot ! Have a nice day
absent-sapphire
absent-sapphire13mo ago
you as well

Did you find this page helpful?