0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

fix README

This commit is contained in:
“digitalist.ru” 2016-03-20 17:41:05 +03:00
parent 1b2020a5d2
commit 0f7244e295

View File

@ -138,7 +138,7 @@ Basic usage:
__Linux install:__
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%
```