Skip to content

v1.0.0

Compare
Choose a tag to compare
@jaredrhodes jaredrhodes released this 28 Mar 16:52
· 5 commits to master since this release
013ccaf

Changelog

  • Allow for key paths into database config, like: connection.pgsql, connection.sqlsrv, or simply redis.
  • Skip setting empty values
  • Update docs

Breaking

  • config/db-uri.php. Keys are now 'connection.DRIVER' => 'URL' instead of 'DRIVER' => 'URL', except for default.