Finally, a simple filebased database with an easy way to add a front-end

Published February 02, 2012
Advertisement
Sometimes you can't see the forest for the trees. I'm looking for a simple data base solution for my game since two years now. My requirements were
- simple setup
- file based (no real database)
- write custom export scripts
- able to build a simple front-end
- no $$$
I simply didn't found a solution.

I'm a senior software developer and it isn't really a problem to write something like this, even with a web-frontend based on a standard db or an application server. But in my spare-time I don't want to create tools, I more or less do this at work all day ! I want to make games, not tools. Sadly custom tools are an very important factor in game development.

Nevertheless, finally I found it: OpenOffice ...well, I worked with open office since a few years now, already utilizing OO calc for my game, but I never thought that open office is delivered with a simple, yet powerful, sql database called open office base. The best thing about it is, that you can add easily forms to manipulate the data.

For you, who don't know open office. It is the open source answer to microsoft office. I.e. OO writer is the solution for MS word, OO calc for MS excel, and eventually OO base for MS access. I think that MS office is more mature and powerful than open office, but open office is free and by far all I need at the moment.
Previous Entry Suspension of disbelief
Next Entry Outline shader
0 likes 2 comments

Comments

Madhed
Did you have a look at sqlite? How would you compare the two? Cheers
February 02, 2012 07:03 PM
Ashaman73
[quote name='Madhed' timestamp='1328209419']
Did you have a look at sqlite? How would you compare the two? Cheers
[/quote]

I was not just looking for a sql database, but for a way to easily create a custom front-end, out-of-the box, without installing other tools or servers like a webserver for php etc. It is just for data mangement like item descriptions, texts ...
February 03, 2012 07:35 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement