- Allowed Lists and Maps to be saved as blobs.
- Fixed issues with constructing objects that don't have default empty constructors.
- Removed final modifier from Shillelagh to allow for mocking.
- Added ability to define column, id, and table names.
- Renamed
@Field
annotation to@Column
. - Removed
@OrmOnly
annotation and need for empty no arg constructors.
- Added query builder functionality. Returned from
selectFrom
- Removed namespacing on tables. All tables MUST have unique names.
- Create statements written out.