Direct database connection error using node js

when i run the code Moralis.start({ serverUrl, appId }); on my node js app it return undefined and not connected with the database. I also used it inside async await functions.

what do you expect for Moralis.start function to return? what is the connection between Moralis.start and direct database connection?

i want to connect the moralis database instance with node js .So i use moralis sdk but it not connected.

how do you want to connect? what do you expect for Moralis.start to return?