Releases: Basttyy/reactphp-orm
Releases · Basttyy/reactphp-orm
Test Release
This release includes new query constructs like
- first(), find(), count(), exists() and trucate()
- LazyConnectionPool feature was also added to allow the Builder to switch between a pool of connections for incoming db transactions
- Updated README.md file
Initial 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.