mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 15:29:36 -06:00
fixtypo
[skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user