Hello guys!
Is there any extension for Kodular to work with PostGresql?
We have a legacy database and needed to work with it.
Sorry for using google translate. I am not fluent in the English language.
thanks.
Hello guys!
Is there any extension for Kodular to work with PostGresql?
We have a legacy database and needed to work with it.
Sorry for using google translate. I am not fluent in the English language.
thanks.
Create one PHP script to conect at Postgree. And use web Component.
An extension is not required. Create this script (you should already have a script to connect to your database). Make it ( your script) return a JSON and the web Component blocks will handle that return and you can manipulate them.
Here in the community there are several examples about web Component + api + Json