Hi
I have been building an online dbdesigner for MySQL, to be able to
design a database with some of my non-programming friends.
The result has become more than a toy, so I thought I'd show it to
y'all, dear MySQL community.

Features

* Create/change/delete databases / tables / fields / keys
* Easy database browsing (a tree-like structure in the left frame)
* Edit data in tables
* Share your database with  friends / colleges / customers with
   different levels of access
* Generate code SQL structure and data
* Generate minimalized C++ classes to read / insert / update tables
* (Unrelated) a bug/feature tracking system to help me develop further
* Graphically unintensive - fast loading

What it doesn't do

* No way to build queries online
* No way to connect to the database from the outside - you have
   to export the sql structure + data and use it on your server
* Doesn't use mysql++ API

Maybe I'm announcing this a bit early, but I need more feedback!

Best wishes
/ah

(This is a repeat from an earlier post, but this time I've
included a better description.)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to