List view
Add support for multiple values of mixed types. Need to be able to store `text[]` and `jsonb[]`, as well as parse values in PHP Need methods to add using array or SplObjectStorage Per-table primary keys
No due date•2/2 issues closed- [ ] Create database structure (PostgreSQL) - [ ] Create most common classes (Person, Event, Organization, PostalAddress) - [x] Add ability to create `Thing`s from arrays or JSON - [ ] Provide useful documentation (README, class/method documentation) - [x] Add methods for database interaction based on HTTP methods (GET, POST, DELETE, etc.) - [x] Add ability to parse JSON directly from `POST` or `PUT` requests - [ ] Set/save a unique identifier (hash) when saving objects to database - [ ] Allow certain properties to have multiple values (`Person` may have multiple `ImageObject`s for `image` property)
No due date•10/10 issues closed