Created
October 14, 2019 19:44
-
-
Save LucasBadico/a54f0cfd76b23e8d32b4a41d12367323 to your computer and use it in GitHub Desktop.
conexão com a database
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { mysql } from '@common/connectors/mysql'; | |
import { GarageRepo, GarageService } from '../../src'; | |
const connection = mysql()('Garage'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment