A SQL Database object abstraction class
Changes for v1.1.3 - 2024-02-15T14:26:48Z
- Minor improvement in DB::Object->do
- Improvement in DB::Object::Statement->exec that now recognises value provided being DateTime objects and transform them into an ISO8601 string if necessary if there is no formatter set in the object already.
- Improved documentation a bit for DB::Object::MySQL, DB::Object::Postgres and DB::Object::SQLite