Search code examples
.netobject-oriented-database

Should I use OODB for small applications?


We looking to build an application to maintain meeting minutes and similar stuff using .net. I was thinking of using db4o or some OODB for this. Is it a bad idea? I am looking to simply create a repository of meeting minutes where users can perform lookups by date and little things like that. Is having a SQL Express DB a better option than using db4o or Versant FastObjects

EDIT: This is a small brainchild to track discussions and meeting minutes. I want to keep the app size as small as I can.


Solution

  • Since you require operations such as lookups etc, why don't you try sqlite instead?