Y
Hacker News
new
|
ask
|
show
|
jobs
by
themanmaran
1003 days ago
Yea that's langchain in a nutshell. Their postgres wrapper was the same last time I used it was pretty much
```
def queryPostgres(client, string) return client.query(string)
```