Skip to content

yangzhg/SQLOperator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages