Create the database schema with sql in the file db_build.sql.
Create the connection file with pool object and give it the options to make connection with
database server by node js.
Create build_db.js file to read and build the schema which is written in the file db_build.sql , and connect to the database by requiring the connection file.
Relates #24