Skip to content

Instantly share code, notes, and snippets.

@LucasBadico
Created October 14, 2019 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucasBadico/a54f0cfd76b23e8d32b4a41d12367323 to your computer and use it in GitHub Desktop.
Save LucasBadico/a54f0cfd76b23e8d32b4a41d12367323 to your computer and use it in GitHub Desktop.
conexão com a database
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