Game Development Community

Ingres

by Gary Ingram · 02/26/2006 (10:25 am) · 3 comments

Hi everyone.

Ingres (the database) is now open source and free. Its the best free database out there (i worked for CA for several years, i know it. MySQL?? comparative rubbish)

I am currently writing a ESQL database layer that will work out of the box with the Torque demo. Its free and will offer developers another option when developing games.

Give me maybe 3 months. ESQL is a doddle. You can alter the layer any way you want. This is my way of paying back the community for all its given. Hope it helps.

Gary

About the author

Recent Blogs

• First post

#1
02/26/2006 (10:43 am)
Could you link to this free database?
#2
02/26/2006 (11:13 am)
Interesting. The more databases Torque can connect to the better :) Looks like it's Linux only though, but I suppose this would sit on the (Linux) server and TGE players will be clients.. right? ( I have no experience with databases if you can't tell).

@Dan you can find this here
http://www.ingres.com/products/index.html

Click the tiny "download ingres" way on the top right to get it.
#3
02/26/2006 (12:47 pm)
Ladies and gentlement

www.ingres.com

A formally commercial (and one of the first) relational databases. Now open source.

It comes in windows, linux (generally unix) and VMS flavours. It has a gui driven database management module (windows only, but works with linux databases et al). Loads of command driven options, as stated, a fully commercial database. I work for a major UK bank (starts with B ;-)) and we use it, although an older version.

A really good db. Trust me, its only a free download after all, and you can even download the source!!

(Sorry Joe, just noticed the link, but trust me, it works on Windows (running it right now!))

Gary