Google News
logo
Koa.js - Quiz(MCQ)
Suppose you want to use PostgreSQL in koa.js then which of the following library you will use?
A)
pg
B)
pgs
C)
Post.sql
D)
Postgresql

Correct Answer :   pg


Explanation : pg library is used if we want to use PostgreSQL in koa.js.

Advertisement