Skip to content

Support `sql.js` instead of a `pg.js` to initialize migration script

Compare
Choose a tag to compare
@Sharaal Sharaal released this 14 Sep 12:39
· 26 commits to main since this release

Major

  • The pg.js was located in the root directory and returned the initialized pg client. This is not anymore supported and instead of that a sql.js is supported, which initialize the pg client together with the sql object and returns both