creacion de funciones registro_ponencias, registro y traer pais

This commit is contained in:
DanielRamirezGe
2020-02-12 00:42:19 -06:00
parent 0884461ad6
commit 16d062d6ca
7 changed files with 468 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
var mysql = require('mysql');
var connection = mysql.createConnection({
host: 'localhost',
user: 'root',
password: 'george',
database: 'coloquio_educacion'
});
module.exports = connection;