EasyDB v2.7.0 Release Notes

Release Date: 2018-09-23 // over 5 years ago
  • ๐Ÿ”„ Changed the behavior of several public APIs to invoke $this->prepare() instead of $this->pdo->prepare(). This might seem subtle, but in actuality, it allows classes that extend EasyDB to implement prepared statement caching.

    ๐Ÿ‘€ See https://github.com/paragonie/easydb-cache for more information