Skip to content

crazybie/sql-Gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

sql-Gen

generate sql through normal cpp expressions at runtime.

Allow you to write the following code in pure cpp:

string sql=Select() .select(userTable.name,classTable.name) .from(userTable.join(classTable, classTable.age==userTable.age)) .where(userTable.age==18) .orderBy(userTable.name, OrderDesc);

// send the string to your db driver.

About

generate sql through normal cpp expressions at runtime.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages