Javascript中的SQL语句

Can I execute sql sentences in javacript without calling an external php file?

I have seen that I can use SQL with node.js easily but, I'm useing Vue.js and it's my first time so i'm a little bit confused.

In summary, I want to connect to a database without useing php and I don't know if it would work.

Thanks you!