Hello! I've been using MySQL for about a year now and recently discovered the embedded
library. It's been a great tool to have since it makes it so much easier to prototype
programs! However, I found that even though my app can use the embedded library, it's a
little hard to set up the data sometimes. After seeing SQLite's terminal client in
action, I decided to build my own mysql client with the embedded library. It seems to
work pretty well for me and I was wondering if this is a feature that can be potentially
included in the MySQL distribution. I already have a patch for 5.0.33 if anyone wants to
see it.