Skip to content

v0.2.1

Choose a tag to compare

@wrsouza wrsouza released this 08 Jun 02:39
· 18 commits to main since this release

Fixed

  • Lazy-load database driversmysql2, mariadb, mssql and
    better-sqlite3 are now loaded only when a connection of that type is
    actually created. Previously, importing the ORM caused all drivers to be
    required at startup, resulting in Cannot find module 'mysql2/promise'
    for projects that only installed pg.

Upgrade

npm install @wrsouza/orion@0.2.1