mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
fix README
This commit is contained in:
parent
1b2020a5d2
commit
0f7244e295
@ -138,7 +138,7 @@ Basic usage:
|
|||||||
__Linux install:__
|
__Linux install:__
|
||||||
git clone date library, needed connectors, cmake and make install them.
|
git clone date library, needed connectors, cmake and make install them.
|
||||||
|
|
||||||
create DDL files (like mysql: 'show create table MyDatabase.MyTable', but remove backticks), create headers for them with provided python script:
|
create DDL files (like mysql: 'show create table MyDatabase.MyTable'), create headers for them with provided python script:
|
||||||
```
|
```
|
||||||
%sqlpp11_dir%/scripts/ddl2cpp ~/temp/MyTable.ddl ~/temp/MyTable %DatabaseNamespaceForExample%
|
%sqlpp11_dir%/scripts/ddl2cpp ~/temp/MyTable.ddl ~/temp/MyTable %DatabaseNamespaceForExample%
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user