We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba6669 commit ce68967Copy full SHA for ce68967
src/infra/sequelize/index.ts
@@ -0,0 +1,4 @@
1
+import { DataBaseConnectionImplementation } from "./DataBaseConnectionImplementation";
2
+
3
+const dataBaseConnection = new DataBaseConnectionImplementation();
4
+dataBaseConnection.DatabaseConnection();
0 commit comments