Skip to content

Releases: Basttyy/reactphp-orm

Test Release

27 Sep 13:19
92ac432

Choose a tag to compare

Test Release Pre-release
Pre-release

This release includes new query constructs like

  1. first(), find(), count(), exists() and trucate()
  2. LazyConnectionPool feature was also added to allow the Builder to switch between a pool of connections for incoming db transactions
  3. Updated README.md file

Initial Release

25 Sep 18:13

Choose a tag to compare

Initial Release Pre-release
Pre-release

First Development Release of the package. This Release is intended for testing out how reactphp-orm would work when installed in a project and should not be used for production code.