mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-07 11:29:44 -06:00
docs formatting
[skip ci]
This commit is contained in:
@@ -44,7 +44,7 @@ The following list quickly summarizes all the `TinyORM` features.
|
||||
- __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps 🪡
|
||||
- supports controlling a custom date format during serialization
|
||||
- supports hiding and appending attributes
|
||||
- supports defining Accessors (transform attribute value when it is accessed; eg. building value from multiple attributes)
|
||||
- supports defining __Accessors__ (transform attribute value when it is accessed; eg. building value from multiple attributes)
|
||||
- __compiled database migrations and seeders__ 🕺
|
||||
- create, update, drop, and rename database tables
|
||||
- create, __update__, drop, and rename table columns
|
||||
|
||||
Reference in New Issue
Block a user