@databases v3.1.1 Release Notes

Release Date: 2020-11-20 // over 3 years ago
  • ๐Ÿ› Bug Fixes

    ๐Ÿ– Handle empty arrays passed to .query (#123)

    If you call db.query([]) it is a no-op and just immediately returns. If you call it on a ConnectionPool, it won't even allocate a connection.