![]() ![]() I care not for your petty politics. |
Not a Member? - Login or Create an Account |
![]() |
Thursday the 20th of November 2008 @ 01:34pm |
DBB Database BrowserThe database browser is a PHP script to assist in the manipulation of databases. Specifically drivers are written for MySQL only, but the code is written to be portable to other database APIs. SecurityDbb is a web script and as such requires a server to host it. Dbb is designed to run on its own virtualserver with a secure certificate of its own. To allow all transactions to be safe and secure Dbb uses absolutely no GET requests or cookies of any kind, all data is transfered as POST variables. PowerDbb is a program to enable you to more easily access direct SQL queries. SQL knowledge IS required. Dbb WILL NOT restrict you by forcing you to use convoluted web forms for inserts or complicated constructs for selecting. It WILL provide you with a attractive and functional visualization of the data in your database and macros to simplify common tasks. Dbb will convert on-the-fly common file formats that are stored in raw form within the database, for example showing you a resized image instead of the binary symbols of a gif stored in a blob field. SimplicityDbb does not have a heavy front-end. Dbb does not have pretty forms for inserting, deleting or selecting. Dbb DOES provide you with simple, raw access. The first release of Dbb is available on the development page. The complete development environment for 'dbb' is online and working Dbb is a MySQL database browsing utility that I've been writing/using for quite some time. Most everything is up on the development environment except for downloads and documentation, which are of course the most important things. |