I'm building a simple WPF client application that is going to store data locally. My question is Local Database enough? I don't know the amount but there could be a few lines in the future when I'm tracking time.
Except some performances issues like stored procedures what else do I lose when choosing the local version? I'm boxing myself in a corner?
Pros with local: Easy deployment, don't need a SQL express installed
Cons: Has limitations. But how limited am I?