Foundation
Foundation copied to clipboard
Foundation package for the Pomm database framework.
It is often annoying to declare several sessions that share the same connection parameters with different users. They must declare the same session builder every time. What would be nice...
This is mainly due to [the use](a6d5e15fc2d21153375c6c983d8b5bfe40916c0a) of `pg_get_type` function in the `ResultHandler` wrapper class. Apparently, this function does only output the name of the type regardless of its schema....
During the last postgresql meetup, someone talked me about a good improvement: adding postgis converters. I think this types can be provided by an extension. I don’t use postgis, but...
Hello, I m in PHP 8.1 and From the last commit of 16/02/2023,the error below is back In ResultHandler.php line 38: Given handler is not a resource of a pgsql...