Skip to content

imjch/EntityGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is created for generating etities for tables in database . ##Example## Table:Person

| ID | NAME | AGE |

| -------- | -----: | :----: |

| 1 | 'JEFFREY' | 5 |

| 2 | 'JERRY' | 12 |

| 3 | 'TOM' | 234 |

As we know,ORM is great but sometimes we cannot adopt this kind of framework in our company.Maybe our leader insists that Strong Type Dataset is enough for our project,blahblahblah...

Yeah,it's enough!!!OK?!

But we have the ability of making our code more charming!Why not?

Em...A picture can say all my words.

EntityGenerator

About

A tool generating Entity for simple usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages