Re: Euphoria's Future - Industrial Strength EDS?
- Posted by Michael Nelson <MichaelANelson at worldnet.att.net> Jan 12, 2001
- 431 views
Matt (and Ken), Still plugging away--trouble is life (1 yr-old son, wife having difficult pregnacy with #2, moving into new house in Feb.) and work (programming full-time in Visual Basic) leave so little time for my true vocation (programming in Eu). Also seems that each new design of the database engine leads to improvements in Object Euphoria itself (Update with completely rewitten Standard Class Library will be posted as soon as I complete the docs.) I have checked out EuSQL and am very impresed with it--a very worthy product taht i'd love to see extended. Quite possibly I'll be borrowing some ideas when I finally get around to doing an SQL interpreter. My intention is to get the system working with methods optimized for OE, the write a SQL interpreter to call them, so the programmer could use SQL or the OE interface or both to manipulate the database. My key concept is a space vs time tradeoff in which each table will store additional indexing data to allow fast binary search, queries, etc. on ANY field, not just the key. When completed, relational integrity will be maintained between linked tables as well. I would be happy to correspond in more depth by private email: MichaelANelson at worldnet.att.net -- Mike Nelson ----- Original Message ----- From: "Matthew Lewis" <MatthewL at KAPCOUSA.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Friday, January 12, 2001 8:26 AM Subject: Re: Euphoria's Future - Industrial Strength EDS? > > -----Original Message----- > > From: Kenneth Rhodes > > > Some one's Euphoria wish list mentioned an "industrial > > strength" version of > > EDS ( The Euphoria Data Base System ). > > > > I think when making a wish like that it might be good to > > specify the actual > > features required to bring EDS up to "industrial" strength. > > > > To the best of my knowledge Mike Nelson is still working on > > his "Object > > Euphoria Relational Data Base System" ( OEDBS ) which > > utilizes his full > > featured Object Euphoria OOP library. If Mike can pull it > > off - and I for > > one am betting that he can, we may indeed have an "industrial > > strength" EDS. > > > > Go Mike, Go! > > Have you made any progress, Mike? And here's another blatant plug ;). > > Check out my EuSQL library. It's still far from complete, and there are > lots of optimizations that need to be done, but it does some interesting > things for EDS, IMHO. There's not a way yet to modify data using SQL, but > select statements are fairly well supported. > > I'd be happy to work with someone on this, or to answer any questions you > might have about what I've done. > > Matt Lewis >