资 源 简 介
MySQL Proxy Generator
This is a smart tool to help MySQL database client application development.
Key features:
MySQL Preprocessor
Database schema update
Proxy assembly generating
News
1.2 now availble
Why?
Agility
With this tool yout team can maintain easily the SQL sorces: schema update and, and update apply to client code - including stored routines - made in a minute.
Rapid and standard development
Due to the "#define" directive you can define macros. For example you use many places a "VARCHAR(16)" field as a key. If you define a macro like "#define key_field VARCHAR816)", and use the "key_field" instead of "VARCHAR(16)" in your codes, making changes and understand schema and code will be more effective.
Version control
You can keep your SQL co