My First Script: AutoSQL 2.1.0 alpha
Hi, I've been working on this little doosy over a month continously, although I released a much more simple single-file script with the same intention last year August.
However, I like to think that it greatly improved, and now I believe it has.
The script, AutoSQL 2.1.0 I made as a struggling PHP and MySQL coder that had no other option for a MySQL management tool other than PHPMyAdmin. I started to code AutoSQL because I felt that PHPMyAdmin was always very hard to access and understand, and also if I just needed to perform a few queries, I did not want to have to go through all the proccesses needed to get to the query screen at PHPMyAdmin.
I said that before, but when I was coding this, I found that I was using alot of PHPMyAdmin's structure, but all my coding. Although later during the coding process, I realized that PHPMyAdmin is complete and thorough, and would be hard to just compete with it by myself, so my stance on this issue is to just keep coding for the fun of it. If people want to use AutoSQL over PHPMyAdmin, they may feel free too, for MySQL, it performs mostly the same functions. I am very proud of the end result, but I am still working to finish it up, though it is a very tough one man job.
So far, I got up to the part were the features are:
And then elsewere there is:
So far, that is all I can think of..but as development still continues I will keep you all posted.
However, I like to think that it greatly improved, and now I believe it has.
The script, AutoSQL 2.1.0 I made as a struggling PHP and MySQL coder that had no other option for a MySQL management tool other than PHPMyAdmin. I started to code AutoSQL because I felt that PHPMyAdmin was always very hard to access and understand, and also if I just needed to perform a few queries, I did not want to have to go through all the proccesses needed to get to the query screen at PHPMyAdmin.
I said that before, but when I was coding this, I found that I was using alot of PHPMyAdmin's structure, but all my coding. Although later during the coding process, I realized that PHPMyAdmin is complete and thorough, and would be hard to just compete with it by myself, so my stance on this issue is to just keep coding for the fun of it. If people want to use AutoSQL over PHPMyAdmin, they may feel free too, for MySQL, it performs mostly the same functions. I am very proud of the end result, but I am still working to finish it up, though it is a very tough one man job.
So far, I got up to the part were the features are:
- List Databases
- Perform Queries on Databases (all)
- List tables for selected Database
- List number of rows, table type, table size (then total number of rows, tables and table size of selected database)
- List table properties, (fields, field types) of selected table in selected database
- List rows of selected table of selected database with each value under each column (field)
- Click on certain row to edit value under each column of selected table of selected database
- Insert values based on fields on certain table (not completed)
- Search values on a certain table (not completed)
And then elsewere there is:
- Login - Logout system based on config file to keep your database safe
- AutoUpdate - keep in touch with latest updates (based on xml file)
- Developer System - list the php code used to perform queries (not completed)
- Show Source of Given File: since its open source, why not give it to you?
So far, that is all I can think of..but as development still continues I will keep you all posted.





Linear Mode


