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•13mo ago
Yes, that is how databases generally work. You update data using another program which connects to the database.
ambitious-aquaOP•13mo 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•13mo ago
no, there should not be any delay
ambitious-aquaOP•13mo ago
yes my mistake, i adjusted my code and it worked. Thanks a lot ! Have a nice day
absent-sapphire•13mo ago
you as well