The Wayback Machine - https://web.archive.org/web/20201018054918/https://github.com/yangzhg/SQLOperator
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

SQLOperator

an c++ wrapper of mysql operation using variadic template

usage:
operator.execute(
"UPDATE user SET age = ? WHERE username = ?",
ret_code,
age,
username);

About

an c++ wrapper of sql operation using variadic template

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.