EasyDB v2.9.0 Release Notes
Release Date: 2019-03-12 // almost 4 years ago-
- You can now side-step credential leakage in the
Factory
class
by callingFactory::fromArray([$dsn, $username, $password, $options])
instead ofFactory::create($dsn, $username, $password, $options)
.
- You can now side-step credential leakage in the