Available soon !!! Very Fast Database for 3DGS

Posted By: Attila

Available soon !!! Very Fast Database for 3DGS - 03/19/09 16:23

We are finishing a database for the 3d game studio community.
It was designed to be very fast, so it can read and write data between screen refreshes. At the moment tests are running as expected and release date should be decided soon.

The database is ideal for games and applications where you need to handle lots of data in real time by simply adding a DLL.

Menus, massively multiplayer online role-playing games, long lists, hierarchical data structures, etc. are few of the possible applications.
Posted By: Quad

Re: Available soon !!! Very Fast Database for 3DGS - 03/19/09 16:35

i have a simple sqlite3 header for myself but i want to see how your one works tho.
Posted By: Felixsg

Re: Available soon !!! Very Fast Database for 3DGS - 03/19/09 17:45

Not need to install database servers?
can read database from disk
can we make our databases

When are ready?

thanks
Posted By: Attila

Re: Available soon !!! Very Fast Database for 3DGS - 03/19/09 18:16

Absolutly.

No need for external database server.
The database engine is included in the DLL and it reads data from a file on disk.
This way anyone can make theire own databases.

We are testing the release version now and as soon as we have the release date we are going to post it here.

Regards.
Posted By: Felixsg

Re: Available soon !!! Very Fast Database for 3DGS - 03/23/09 08:43

Any news?
Posted By: Quad

Re: Available soon !!! Very Fast Database for 3DGS - 03/23/09 09:23

there is already sqlite3, its pretty fast and stable? and can be used with lite-c without compiling from source. just edit the header?
Posted By: bstudio

Re: Available soon !!! Very Fast Database for 3DGS - 03/23/09 15:09

Quote:

massively multiplayer online role-playing games

What's the use if it's just a local database and you can't read from a server?
Posted By: vipcraigallen2

Re: Available soon !!! Very Fast Database for 3DGS - 07/21/09 02:19

hi there, i am trying to download the sql tool from gstools.de but when i try to unzip it, it says the file is empty do you know where i can get a working copy of gstsqlite
Posted By: Gumby22don

Re: Available soon !!! Very Fast Database for 3DGS - 07/23/09 23:16

Originally Posted By: Attila
Absolutly.

No need for external database server.
The database engine is included in the DLL and it reads data from a file on disk.
This way anyone can make theire own databases.

We are testing the release version now and as soon as we have the release date we are going to post it here.

Regards.


Looking forward to it.

For the person saying why would you use this for MMO-style games, when you can't read off server: the database in that sort of game runs on the server, and is just about maximising read/write times on the server to its own hard disk/memory. The clients receive the data via networking, not database access.

Don
have a great day
Posted By: julsfels

Re: Available soon !!! Very Fast Database for 3DGS - 09/10/09 13:54

Any news?
Posted By: Carlos3DGS

Re: Available soon !!! Very Fast Database for 3DGS - 11/11/09 04:09

Originally Posted By: Quadraxas
i have a simple sqlite3 header for myself but i want to see how your one works tho.

Any chance I could get a look at it?
Posted By: Quad

Re: Available soon !!! Very Fast Database for 3DGS - 11/11/09 09:04

that was couple of months ago, but i could find one of my early tests deep in my hdd.(reading to/writing from db,creating db etc). it's a mess but not too complicated. i PMd you with that. i am looking for newer tests i did, if can find them i will post them here, if i can't find it ill make a new one when i have free time.

p.s. check sqlite3 documentation for function descriptions.
Posted By: nfs42

Re: Available soon !!! Very Fast Database for 3DGS - 11/12/09 15:06

only internet explorer has problems with downloads.
my new website fixes this problem now.

new download
© 2024 lite-C Forums