- Introduced sqlstring module for SQL escape and formatting. - Added supports-color module to detect terminal color support. - Created dashboard and login views with Bootstrap styling. - Implemented user schema in SQL with mock data for testing.
12 lines
223 B
JavaScript
12 lines
223 B
JavaScript
'use strict';
|
|
|
|
const awsCaBundle = require('aws-ssl-profiles');
|
|
|
|
/**
|
|
* @deprecated
|
|
* Please, use [**aws-ssl-profiles**](https://github.com/mysqljs/aws-ssl-profiles).
|
|
*/
|
|
exports['Amazon RDS'] = {
|
|
ca: awsCaBundle.ca,
|
|
};
|