开发者

C# POCO Generation from SQLite database

开发者 https://www.devze.com 2023-03-13 07:41 出处:网络
Is there a way of generating POCO classes from a SQLite database? Similar to how sqlmetal can do for sql server?

Is there a way of generating POCO classes from a SQLite database?

Similar to how sqlmetal can do for sql server?

Not looking for som开发者_如何学运维ething quite so "heavy" as codesmiths...


Entity Framework maybe? You can gen EF objects from database then modify the generated classes as you need.


It's late but my feet got me here looking for such a tool and someone else might benefit from this nifty generator I've found:

http://salardbcodegenerator.codeplex.com/

Hope it helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消