we have a use case where we need to develop new backend service, based on SQL database,
and we do not have the option of creating services on database ,
so we are considering using NodeJs proxy and connect directly to the database
can we install needed drivers, and use nodeJs to connect to DB direvtly?