[Mydatabasepilot-cvs] Docs WhatIsMyDatabasePilot.html,1.1.1.1,1.2
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-04-09 01:37:33
|
Update of /cvsroot/mydatabasepilot/Docs In directory sc8-pr-cvs1:/tmp/cvs-serv9746 Modified Files: WhatIsMyDatabasePilot.html Log Message: Added basic functionality list to "About MyDatabase Pilot" Index: WhatIsMyDatabasePilot.html =================================================================== RCS file: /cvsroot/mydatabasepilot/Docs/WhatIsMyDatabasePilot.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** WhatIsMyDatabasePilot.html 6 Apr 2003 06:47:44 -0000 1.1.1.1 --- WhatIsMyDatabasePilot.html 9 Apr 2003 01:37:29 -0000 1.2 *************** *** 8,19 **** <body> <div style="font-size: 24px;font-weight: bold;color: #003399; background-color: #FFFFCC; text-align: center; margin: 3px 0px;">INTRODUCTION<br>About MyDatabase Pilot</div> <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What is MyDatabase Pilot?</div> <p style="text-align: justify;">MyDatabase Pilot is a browser based GUI for MySQL databases, written in ColdFusion. It allows for easy navigation and interaction with the structure of your database. </p> <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What stage of development is MyDatabase Pilot in?</div> <p style="text-align: justify;">Currently MyDatabase Pilot is in Alpha release. This is indicated by the "a" in the release version. It is designated Alpha because, a significant portion of this software is yet to be developed and tested. This release gives you a snap shot of what it is we are doing, and hopefully encourage you to join the development team.</p> <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What can MyDatabase Pilot do right now?</div> <p style="text-align: justify;">Currently MyDatabase Pilot can connect to a database either through a login screen or by configuring a default database in the Application.cfm file. It can list the tables/fields in the selected database.</p> <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What will MyDatabase Pilot be able to do when it is declared stable?</div> ! <p style="text-align: justify;">A list of expected features will soon be available.</p> </body> </html> --- 8,46 ---- <body> <div style="font-size: 24px;font-weight: bold;color: #003399; background-color: #FFFFCC; text-align: center; margin: 3px 0px;">INTRODUCTION<br>About MyDatabase Pilot</div> + <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What is MyDatabase Pilot?</div> <p style="text-align: justify;">MyDatabase Pilot is a browser based GUI for MySQL databases, written in ColdFusion. It allows for easy navigation and interaction with the structure of your database. </p> + <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What stage of development is MyDatabase Pilot in?</div> <p style="text-align: justify;">Currently MyDatabase Pilot is in Alpha release. This is indicated by the "a" in the release version. It is designated Alpha because, a significant portion of this software is yet to be developed and tested. This release gives you a snap shot of what it is we are doing, and hopefully encourage you to join the development team.</p> + <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What can MyDatabase Pilot do right now?</div> <p style="text-align: justify;">Currently MyDatabase Pilot can connect to a database either through a login screen or by configuring a default database in the Application.cfm file. It can list the tables/fields in the selected database.</p> + <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What will MyDatabase Pilot be able to do when it is declared stable?</div> ! <p style="text-align: justify;">It is our goal to have MyDatabase Pilot be able to have the following basic set of functionality in the first stable release:</p> ! <ul> ! <li>Seamless (and perceived continuous) Database Connection<br>(implemented since v0.7.0.a)</li> ! <li>List Tables<br>(implemented since v0.7.0.a)</li> ! <li>Provide Basic Information about MySQL Server, ColdFusion Server, and Operating System<br>(implemented since v0.7.0.a)</li> ! <li>View Table Structure<br>(implemented since v0.7.0.a)</li> ! <li>View Table Records</li> ! <li>Data Definition</li> ! <ul> ! <li>Add New Field</li> ! <li>Alter Field</li> ! <li>Drop Field</li> ! <li>Add New Table</li> ! <li>Drop Table</li> ! <li>Alter Table (Rename Table, Alter Table Order)</li> ! </ul> ! <li>Data Manipulation</li> ! <ul> ! <li>Select</li> ! <li>Insert</li> ! <li>Update</li> ! <li>Delete</li> ! </ul> ! </ul> </body> </html> |