Need a file based database library

A

Andreas Otto

Hello,

I'm looking for a database library able to be used as a local application
storage.

The following requirements are necessary:

1. No TCP/IP or UDP interface
2. available as shared/static library
3. able to use multiple INDEX files to access DATA
-> the INDEX self have to be persistent
4. SQL not required
-> better without SQL interface
5. as simple as possible
6. source-code available
7. GPL/Apache or something equal as LICENSE


mfg

Andreas Otto
 
R

Robert Hairgrove

Andreas said:
Hello,

I'm looking for a database library able to be used as a local application
storage.

The following requirements are necessary:

1. No TCP/IP or UDP interface
2. available as shared/static library
3. able to use multiple INDEX files to access DATA
-> the INDEX self have to be persistent
4. SQL not required
-> better without SQL interface
5. as simple as possible
6. source-code available
7. GPL/Apache or something equal as LICENSE


mfg

Andreas Otto

Berkeley DB:
http://en.wikipedia.org/wiki/Berkeley_DB
(http://de.wikipedia.org/wiki/Berkeley_DB in German)

SQLite:
http://www.sqlite.org

There are probably more.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top