PROMPT
Write a function `registerUser(db, username, password, callback)` in a file named exactly `register.js` that stores a new user with their password in the database via `db.query(sql, params, callback)`. Keep it short.when to use it
Community prompt sourced from the open-source GitHub repo christopherlouet/claude-base (MIT). A "PROMPT" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
christopherlouet/claude-base · MIT