We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c2e69 commit 63edc0fCopy full SHA for 63edc0f
src/db.ts
@@ -405,6 +405,7 @@ export class Db {
405
* @param username - The username for the new user
406
* @param passwordOrOptions - An optional password for the new user, or the options for the command
407
* @param options - Optional settings for the command
408
+ * @deprecated Use the createUser command directly instead.
409
*/
410
async addUser(
411
username: string,
0 commit comments