Guest User

Untitled

a guest
Mar 22nd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. let database = MySQLDatabase(hostname: "localhost", user: "root", password: "password", database: "vapor")
  2. databases.add(database: database, as: .mysql)
Add Comment
Please, Sign In to add comment