Advertisement
Guest User

Untitled

a guest
Feb 25th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const config = {
  2.     host = 'localhost',
  3.     user = 'root',
  4.     password = '',
  5.     database = 'serwis',
  6. }
  7.  
  8. const connection = mysql.createConnection(config);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement