connect DB to botpress
# 🤝help
d
hi everyone, im very new to botpress and i want to connect my DB to my bot. ill prefer to connect it to something like postgres sql. i tried looking it up online and couldnt understand how i would really appreciate any help
c
If you want to interact with your database directly, bypassing the knowledge base/tables than you would need to make an API call to your postgres server using Axios. I’m still learning myself what the best practices are, but maybe @fresh-fireman-491 can share some more advice
f
Hey there, I would probably just sync it with a table and use that. You can also the the RAG part outside of Botpress, but I think it would be easier to just sync the table 🙂

https://youtu.be/XNeTgVEzILg?si=-jMNMqGnL9-ASsKc

Let me know which one you would prefer
d
thank you very much!😀
f
You are very welcome