I have a Sqlite database that I want to use in my UWP application With EF7, How can I create model from database with EF7?
You can install SQL Server Compact/SQLite Toolbox and create model from database SQL Server Compact/SQLite Toolbox DLL
According to this question/answer you should be able to create poco classes from an existing database. However, I have not tried this myself.
To summarize ErikEJs answer: