Some final cleanup, and README adjustments

This commit is contained in:
2023-11-11 22:18:54 -05:00
parent 9fd8f3c289
commit dc323ffeb1
3 changed files with 5 additions and 17 deletions

View File

@@ -1,8 +1,6 @@
const mysql = require('mysql2')
const { mysql_username, mysql_password } = require('../config.json')
// TODO Some of the below functions are unnecessarily repetitious
var connection_pool = null
async function buildPool(db_name) {