Skip to content

Commit

Permalink
docs updated features summary
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 15, 2023
1 parent 4b6e613 commit 01666c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ The following list fastly summarizes all the `TinyORM` features.
- clean active record pattern
- advanced features like timestamps, touching parent timestamps, __soft deleting__, default models, default model attributes, and attribute casting 🤓
- querying relationships existence/absence using the has, whereHas, and hasNested methods (using dot notation for selecting nested relationships _users.posts.comments_)
- __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps, also allows controlling a custom date format during serialization 🪡
- __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
- __compiled database migrations and seeders__ 🕺
- create, update, drop, and rename database tables
- create, drop, and rename table columns
Expand Down
4 changes: 3 additions & 1 deletion docs/features-summary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ The following list fastly summarizes all the `TinyORM` features.
- clean active record pattern
- advanced features like timestamps, touching parent timestamps, __soft deleting__, default models, default model attributes, and attribute casting 🤓
- querying relationships existence/absence using the has, whereHas, and hasNested methods (using dot notation for selecting nested relationships _users.posts.comments_)
- __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps, also allows controlling a custom date format during serialization 🪡
- __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
- __compiled database migrations and seeders__ 🕺
- create, update, drop, and rename database tables
- create, drop, and rename table columns
Expand Down

0 comments on commit 01666c4

Please sign in to comment.