scaffold/src/Database
Victor Westerlund 19e15c0b23 fix: allow int type for abstract $id property in Database\Model (#27)
It's not guaranteed that the primary key ($id here) is a string. We primarily use UUIDs for the primary key, but it could also be an integer.

Reviewed-on: https://codeberg.org/vlw/scaffold/pulls/27
2026-02-12 15:25:49 +01:00
..
Controller.php feat: add database Controller class for manipulating entity data (#13) 2025-11-30 13:56:31 +01:00
Database.php fix: use array_key_exists() on $_ENV to determine if MariaDB key is set (#26) 2026-02-12 08:56:31 +01:00
Model.php fix: allow int type for abstract $id property in Database\Model (#27) 2026-02-12 15:25:49 +01:00