|
-
Apr 24th, 2008, 04:16 PM
#1
Low Dependency Database?
I have a few projects I'm working on and I would really prefer to save their data into a database for archival purposes (it has to be able to handle quite a bit of data; possibly GBs of data but most likely not more than 10-20GB but it is possible). Are there are databases that don't require an installation?
What I'm hoping for is a library that saves a database as files to wherever I specify and it can read and write directly from the DLL to the database so I won't have to install anything additional for the database to work.
It's possible this application may be ported to OS X as well so any cross-platform solutions would be awesome 
I remember seeing a C library that basically acted in this way. You could reference it, query the database with the full SQL syntax. Unfortunately I don't remember what it was called but that may be a good solution.
-
Apr 24th, 2008, 05:10 PM
#2
Re: Low Dependency Database?
At first my thought was SQL CE.... 7 dlls and it's deployed.... but cross platform, obvious that won't work.
Might want to try Firebird.... http://www.firebirdsql.org/ haven't used it, but I hear it's pretty decent.
-tg
-
Apr 26th, 2008, 12:51 AM
#3
Re: Low Dependency Database?
-
Apr 26th, 2008, 01:43 AM
#4
Re: Low Dependency Database?
 Originally Posted by penagate
That looks awesome! Thanks, I'll check it out.
-
Apr 26th, 2008, 12:58 PM
#5
Re: Low Dependency Database?
File systems.
What? Stop staring at me like that.
-
May 4th, 2008, 03:25 AM
#6
Fanatic Member
Re: Low Dependency Database?
-
May 15th, 2009, 01:16 AM
#7
Member
Re: Low Dependency Database?
SQLite is very nice, easy and fast.
you can use it by SQLiteODBC.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|