https://discord.gg/botpress logo
Postgres Integration
# 👀feature-requests
p
Postgres is perhaps the most widely used database and it's also one of the most flexible. Yet the current Postgres integration is no longer actively maintained, and while tables are alright, they cannot be used as a substitute for PG. Especially when clients have locked-in databases that would not allow data to be migrated elsewhere. Not to mention, postgres has a number of useful extensions such as PostGIS which would work very well with most of the capabilities of botpress. I urge the team to please develop an integration soon. I tried building an implementation using API calls in Execute Code blocks, but it only allowed one request per flow and was an extremely poor logging experience.
l
deploy PG Bouncer on a VM and build an API using node or python
build connectivity using PG Bouncer to Postgres
3 Views