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.
精彩评论