[gameprogrammer] Re: database for fast games
- From: "Olivier Delannoy" <olivier.delannoy@xxxxxxxxx>
- To: gameprogrammer@xxxxxxxxxxxxx
- Date: Fri, 3 Nov 2006 00:07:22 +0100
If you do not required SQL you can use Berkeley DB (Oracle and
Sleepycat before)
On 11/2/06, Gerry JJ <trick@xxxxxxxxxxx> wrote:
On Tue, 31 Oct 2006 17:30:43 +0100, Rúben Lício <rubenlr@xxxxxxxxx> wrote:
> I'm using SQLite at this moment. Somebody have other small and fast
> database for inserts?
If you're using C++ (or Python, or Tcl), have a look at Metakit:
http://www.equi4.com/metakit.html
~ Gerry
---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html
--
Olivier Delannoy
ATER
PRiSM Laboratory
Versailles University, FRANCE
- References:
- [gameprogrammer] Re: database for fast games
- From: Gerry JJ
Other related posts:
- » [gameprogrammer] database for fast games
- » [gameprogrammer] Re: database for fast games
- » [gameprogrammer] Re: database for fast games
- » [gameprogrammer] Re: database for fast games
- » [gameprogrammer] Re: database for fast games
- » [gameprogrammer] Re: database for fast games
- » [gameprogrammer] Re: database for fast games
- » [gameprogrammer] Re: database for fast games
- » [gameprogrammer] Re: database for fast games
- » [gameprogrammer] Re: database for fast games
- » [gameprogrammer] Re: database for fast games
- » [gameprogrammer] Re: database for fast games
- » [gameprogrammer] Re: database for fast games
On Tue, 31 Oct 2006 17:30:43 +0100, Rúben Lício <rubenlr@xxxxxxxxx> wrote: > I'm using SQLite at this moment. Somebody have other small and fast > database for inserts? If you're using C++ (or Python, or Tcl), have a look at Metakit: http://www.equi4.com/metakit.html ~ Gerry --------------------- To unsubscribe go to http://gameprogrammer.com/mailinglist.html
- [gameprogrammer] Re: database for fast games
- From: Gerry JJ