Is possible the blueprint visual scripting communicate to database?

Hi.
My question is that above. If yes can someone tell me some tutorial how to do this?

Thanks.

Which database do you mean? And what would you like to communicate to the database?

I think the short answer is no.

Not purely with blueprints at least… maybe there is a plugin in development that exposes some functionality to blueprints (I think I saw an SQL plugin around) but as far as I know there is no “complete” solution.

Ok.
Thank you, guys.

The JSON and REST blueprints will let you do this if you have a REST api setup but there is no way directly within blueprints to open a DB connection directly to SQL or otherwise.