mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 21:04:15 +08:00
7 lines
73 B
C++
7 lines
73 B
C++
#include <sqlpp11/sqlpp11.h>
|
|
|
|
int ddl2cpp(int, char* [])
|
|
{
|
|
return 0;
|
|
}
|