As i can see from tutorials the typical option is SQLite. I'd like to use SQL Compact instead as i am about to port an existing app. Is it possible? Thanks!
No, you cannot use SQL Server Compact with UWP, but you can use SQLite and the sqlite-net wrapper, which enable "LINQ to SQL" like functionality.