开发者

C# POCO Generation from SQLite database

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜