Re: Rock Band Clone - Update
- Posted by ChrisB (moderator) Nov 30, 2011
- 1337 views
Hi
Or you could use sqlite, which is the industry standard small compact, ultrafast standalone databse system, in use by thousands of applications world wide, including, phones, web sites etc etc, making your application eminently upscalable should you need to transfer to another operating system or platform, and uses a large subset of standard sql query language.
I find it a lot easier to use than eudb, but its actually not a great deal faster (surprisingly), and I am biased.
Chris