Add oracle/mssql

This commit is contained in:
rijkvanzanten
2020-11-09 18:50:08 -05:00
parent 64d34933d1
commit 4d09f4a07e
3 changed files with 91 additions and 10 deletions

View File

@@ -9,9 +9,6 @@ import { schemaInspector } from '../database';
const sanitizeQueryMiddleware: RequestHandler = asyncHandler(async (req, res, next) => {
const schemaOverview = await schemaInspector.overview();
console.log(schemaOverview);
req.schema = schemaOverview;
return next();