Minor Update 0.9
What's Changed
- 0.9 by @SonyPradana in #24
- refactor: add exception class by @anggerpradana in #21
Changelog
Added
- Added
Facede::class
abstract class. - Added
System\Support\Facedes\DB::class
andSystem\Support\Facedes\PDO::class
- Added
MyPDO::instance
. - Added
CrossJoin::class
query builder for join table query.
Changed
- PHPStan level 6 for
System\Database
excludeMyModel::class
.
Removed
- Remove
MyQuery::getInstance
.
Full Changelog: v0.8.0...v0.9.0