Is there a way to generate POCO classes from a SQLite database?Like sqlmetal for sql server?
I’m not looking for something quite “heavy”, like code guides ...
Perhaps Entity Framework? You can generate EF objects from the database, and then modify the created classes as needed.
Late, but my legs made me look for such a tool, and someone could benefit from this great generator that I found:
http://salardbcodegenerator.codeplex.com/
Hope this helps.