It would be nice to have the possibility to use exists? to check if a user is already existing on a database.
So that we can use db.database.users.exists?(name) to check if a given user is already created.
It would be nice to have the possibility to use exists? to check if a user is already existing on a database.
So that we can use db.database.users.exists?(name) to check if a given user is already created.