diff --git a/README.md b/README.md index 118a23314..d4d342e35 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,11 @@ Whole library is documented as markdown documents: - compiled database migrations and seeders 🕺 - create, update, drop, and rename database tables - create, drop, and rename table columns - - extensive schema builder that allows creating of all possible columns types + - extensive schema builder that allows creating of all possible column types - terser syntax for creating foreign keys and foreign key constraints - supports creating, and dropping column indexes (primary, unique, fulltext, spatial) - the `tom` console application with tab completion for all shells (pwsh, bash, zsh) 🥳 - - the scaffolding of models, migrations, and seeders + - scaffolding of models, migrations, and seeders - overhauled models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command - a huge amount of code is unit tested, currently __1375 unit tests__ 🤯 - C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions diff --git a/docs/features-summary.mdx b/docs/features-summary.mdx index c528741cc..1f9014e67 100644 --- a/docs/features-summary.mdx +++ b/docs/features-summary.mdx @@ -40,11 +40,11 @@ The following list fastly summarizes all `TinyORM` features. - compiled database migrations and seeders 🕺 - create, update, drop, and rename database tables - create, drop, and rename table columns - - extensive schema builder that allows creating of all possible columns types + - extensive schema builder that allows creating of all possible column types - terser syntax for creating foreign keys and foreign key constraints - supports creating, and dropping column indexes (primary, unique, fulltext, spatial) - the `tom` console application with tab completion for all shells (pwsh, bash, zsh) 🥳 - - the scaffolding of models, migrations, and seeders + - scaffolding of models, migrations, and seeders - overhauled models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command - a huge amount of code is unit tested, currently __1375 unit tests__ 🤯 - C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions