Getting started¶
This library is designed to eliminate state wherever possible when dealing with a database connection.
The result is an api that consist of only one method on the connection (__invoke) and one kind of argument (Query). Both can easily be extended through composition.
You must use vimeo/psalm to make sure you use this library correctly.