Re: Which tool for Euphoria Database (EDS)

new topic     » goto parent     » topic index » view thread      » older message » newer message

In my modified version of ed.ex, -- ESCAPE + D enables :: Euphoria Database System functions for databases and tables. Database menus options are scrolled through the top line menu bar using up/down arrow keys. Simply press enter to Select your choice Db operation. Db Menu feautures "DbSelect" (which also, opens or creates the Db, if needed). "Quit" - quits Db Menu mode. Any open Db will remain open unless closed with "DbClose" or "DbCloseAll", "DbClose", "DbCompress", "DbConnect", "DbDump", "Write_DbSelectCode", "TablesMenu", "TableSelect" Tables Menu: "Quit" - returns user to the top level DbMenu. "DbCloseAll" - DbCloseAll closes all open database(s) and exits the DbMenu mode, "DbMenu", "TableShowRecords", "TablesList", "TableRename", "TableClear", "TableDelete", "TableSelect" - selects or creates a table in the current Db. All open Db(s) are closed when the user quits the editor. The status of any/all open database(s) is easily determined from a Db "Banner" in the upper left hand corner of the screen:

 
     -- {mydb.edb : table1: ##} ## = current table size   {opendb1, opendb2, etc}                                               
     --                                                                                
     -- { } { } -- no db open  

This is a simple system, but I have found it to be very useful.

I will post an upgraded version of edx, perhaps today or tomorrow.

Regards, Ken Rhodes

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu