views:

93

answers:

4

I need lightweight database for an ASP.NET MVC application.

  • would prefer not to install anything additional on the host box
  • would also prefer being a little more robust than XML
  • would like to use activerecord or entity frameworks
+4  A: 

You can check sqlite

Svetlozar Angelov
+1  A: 
BigOmar
+5  A: 

SQL Server Compact Edition claims to have an "XCopy" installation (copy and run), and it would have the fewest integration headaches.

Robert Harvey
+1  A: 

Firebird can do the job well

The embedded version is an amazing variation of the server. It is a fully featured Firebird server packed in just a few files. It is very easy to deploy, since there is no need to install the server.

Hugues Van Landeghem