Skip to content

Files

Latest commit

author
Paul M. Jones
Jan 11, 2021
e97bf00 · Jan 11, 2021

History

History
9 lines (6 loc) · 386 Bytes

TODO.md

File metadata and controls

9 lines (6 loc) · 386 Bytes
  • Figure how to type-check relateds at setting time

    • Look at MapperRelationships statics?
  • On insert/update/delete, look at the PDOStatement and set any returned column values (only good for PostgreSQL, but hey, nice touch.)

  • Add a "required" on one-to-one and many-to-one? Existing 1:1 and M:1 are really to-zero-or-one, and "required" is to-exactly-one. Maybe "always".