Skip to content

Instantly share code, notes, and snippets.

@IvsonEmidio
Last active June 29, 2022 15:25
Show Gist options
  • Save IvsonEmidio/d24bf3e9f9f805003aabfc3b7a802306 to your computer and use it in GitHub Desktop.
Save IvsonEmidio/d24bf3e9f9f805003aabfc3b7a802306 to your computer and use it in GitHub Desktop.
import { pool } from "database";
export class UserService{
public create(data: ICreateUserData){
return pool.query(`INSERT...`);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment