EJS is great
This web app ia a project build with NodeJs, ExpressJs, EJS and Bootstrap 4 in the scope to test batabase methods and enviroments. To follow the list of current test implementations.
PROFILES
MySQL - Connection Pooling with Async/Await. This section implement a MySQL Database connected with node.js mysql driver using the connection pooling 'mysql.createPool(config)'.
CUSTOMERS
MySQL - Connection One-by-One using Promises. This section implement a MySQL Database connected with node.js mysql driver creating and managing connections one-by-one using Promises.
TUTORIALS
PostgreSQL - Connection Pooling with Async/Await. This section implement a PostgreSQL database conencted with pg.js and Async/Await.
ARTICLES
PostgreSQL - Sequelize ORM with Promises. This section implement a PostgreSQL database conencted with Sequelize ORM using Promises.
BOOKS
SQlite - Connection on File Disk using Promises. This section implement a SQlite on file disk Database connected with node.js sqlite3 driver. The calls are write with asynchronous code using Promises. Every database calls are closed after the quering.
STUDENTS
MongoDB - MongoDBClient with Async/Await. This section implement a MongoDB Database connected with node.js mongodb driver. The calls are built using MongoDBClient with asynchronous functions using Async/Await.
COLLEGES
MongoDB - Mongoose ORM with Async/Await. This section implement a MongoDB Database connected with node.js using Mongoose ORM. The calls are built with asynchronous functions using Async/Await.
UNIVERSITIES
MongoDB - Mongoose ORM with Promises. This section implement a MongoDB Database connected with node.js using Mongoose ORM. The calls are built with asynchronous functions using Promises.
LINKS
npmjs.com/package/mysql
bootstrap 4.5