diff options
author | crupest <crupest@outlook.com> | 2022-12-12 16:21:44 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-20 20:32:53 +0800 |
commit | 97c79f919fcdf5c2434d5257ba3f784ed1c63977 (patch) | |
tree | e474fb98d41de5b48b2e9b11cc2909dda2fc9b6a /docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/README.md | |
parent | 7a8de2eb8b585d34335887b217007b394e065e66 (diff) | |
download | crupest-97c79f919fcdf5c2434d5257ba3f784ed1c63977.tar.gz crupest-97c79f919fcdf5c2434d5257ba3f784ed1c63977.tar.bz2 crupest-97c79f919fcdf5c2434d5257ba3f784ed1c63977.zip |
Develop secret api. v30
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/README.md')
-rw-r--r-- | docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/README.md b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/README.md index c30ea90..589b0a8 100644 --- a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/README.md +++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/README.md @@ -1,5 +1,9 @@ # CRUD Technic Notes +## Overview + +The ultimate CRUD scaffold finally comes. + ## Database Pipeline ### Select @@ -10,8 +14,6 @@ 4. Run hook `AfterSelect` for every column. 5. Convert `dynamic`s to `TEntity`s. -TODO: Continue here. - ### Insert 1. Create insert clause consisting of insert items. |