menu
-
Member
netSQL [My W.I.P]
Hello everyone!
I just wanted to ask a few questions, they will be at the bottom of this post, but here is the explanation first(I know its weird, just read the whole thing
).
Well anyways, I am currently working on a project of mine, called netSQL. netSQL is a library for 2 reasons:
1) Providing a simpler or easier method to connect to and use MYSQL.
2) provide networking options for MySQL.
To elaborate on that, I basically making a library for other programmers to use to simplify the usage of MySQL in their programs as well as offer networking capabilities with it, such as MultiClient. For example, a programmer using my library can create multiple connections to MYSQL using only 2 variables, them being:
netSQL <var name here>;
netSQLVars* <var name here>;
Currently in my library, one can connect to MySQL, Create a Query and Execute it, Store Information Received from a Query, Clear Information Received from a Query and Close the connection to MySQL. Currently it also has the capability to preform multiple connections to various MySQL servers.
Now here is my big question:
If you were a user of netSQL for using MySQL for any C++ script, what would you like in it. I just want some ideas to add into this library, anything that is related to MySQL and networking in MySQL, that is.
Thank You,
Pranav S.
-
Member
The ability to take from XML documents and queue it into the DB
would be nice. 
- Hex
-
Member