Support `sql.js` instead of a `pg.js` to initialize migration script
Major
- The
pg.js
was located in the root directory and returned the initializedpg
client. This is not anymore supported and instead of that asql.js
is supported, which initialize thepg
client together with thesql
object and returns both