Database Connectors Explained | Lightboard Series

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Remember little bobby tables (from XKCD) for the second part of this (substituting parameters into SQL): you don't want to be manually sticking your SQL query together with values from the outside world. Always use substitution values to make things safer.

--Nath--
Автор

Hi Nathan, is there a way to externalize the DB connection pool in mule so that multiple system api's can leverage the connections from the common pool(just like datasources configured in traditional web/application servers like weblogic, websphere, tomcat etc)?

ashishg