Re[2]: dAtabase
- Posted by Aku <aku at inbox.as> Jan 11, 2002
- 436 views
>> What database program is suitable for euphoria (simple) but >> I dont like EDS because no indexing support. Just database >> for local files, not database with server etc. M> Aku, M> You could check out EuSQL in the archives. It sits on top of EDS, providing M> a SQL (Structured Query Language) front end, turning EDS into a relational M> database. Much of it is still pretty rough, and the documentation isn't as M> clear on some things as it should be, but I'm happy to respond to any M> questions anyone might have. It currently does not support indexing, M> although it should shortly. I'll be picking it back up here soon to work on M> it. I'd be interested to hear more on what you plan to do, and why you're M> interested in an indexed database. I want indexing for example: key = name data = {telephone, adress} I can search name easily, but for the telephone and address I must check each record. That's why i need indexing. I am looking forward for your next release (with indexing?) Thanks very much!