For my application I need an embedded database. I don't have a lot of data in the database and performance is not an issue. My first concern is to be able to access the data easily (LinqToSQL) or some active record model. I need this in order to invest as little as possible in the data access layer. Another requirement will be to be able to brose the data through sql server manager.
If the database supports unique constraints this will be great.
Can you recommend me some alternatives?