Welcome to the DruideDB home page.
You should try DruideDB if you :
- are writing a simple application (swing, awt, SWT, ...) that needs to store some kinds of data in the simpliest way,
- don't know SQL and your application needs a DataBase,
- need a simple embedded DataBase,
- want to try DruideDB,
- think I'm a genius (well don't tell it, nobody will believe you !)
DruideDB is a Java API that simplifies the use of a simple DataBase.
Actually if you are writing an application that needs a simple DataBase and you don't care about high speed DB pooling, try it !
By the way, DruideDB is far from slow as everything runs in memory !
For instance you just describe a really simple propertie file and then you have all your Java Object representing your DB columns in your source directory, ready to select, insert, update, delete find all lines of datas....
Read the documentation to know more.
DruideDB is relying upon Castor to create the XML and read the datas from it.
And I almost forget : as DruideDB is full java it works on every platform using at least Java 1.3.x.