READ/WRITE TABLES??
i need help with the very basics. i want to read and write to TABLES from python.
so far i could only check the BRANCHES or DATABASES. but how do I acutally read/write the data?
1 Reply
old-apricot•2y ago
Hey @Elia - In the dashboard section, the first tile ("Connection Details") contains connection string details. You can use this to connect to the DB (and tables) from Python. Here's more detail about connection with psycopg - https://neon.tech/docs/guides/python
Neon
Connect a Python application to Neon using Psycopg - Neon Docs
This guide describes how to create a Neon project and connect to it from a simple Python application using Psycopg (psycopg2), a popular Postgres database adapter for the Python programming language. ...