Hello! I wanted to ask, is it possible through javascript to work with the mysql database?
That is, php has standard functions for working with mysql databases, and I did not notice these in javascript.
For example: I have a submit form in which the user entered some information (login for example), and I need to check if there is such a login in the database. And it is necessary that if such a username is already in the database, then the inscription immediately appears that "This username is already registered."