diff --git a/README.md b/README.md index 851b2b2..59c4c42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# ccORM[version 1.6] + + +# ccORM[version 1.6] > ccORM is the best ORM object relational mapping underlying library, which adopts the most philosophical, classic and minimalist design, low code and modular development, and friendly user experience. > 🚀 Support Linux and Windows Platforms(Mac platform does not adapt string type detection temporarily), performance surpasses RTTI and protobuf and is compile time static reflection. As the name suggests, it is already an optimized machine code. @@ -133,7 +135,7 @@ then cmake --build . ``` Or the following method corresponds to the above switch options. This is just an example. -Note: please modify 'build' yourself_ linux. SH ` file Pass ` sh/ build_ linux. SH ` compile +Note: please modify the `build_linux.sh` file yourself. Compile via `sh ./build_linux.sh`. ``` g++ -DFastestDev=0 -DIsDevMode=0 ... In the online environment, the table will not be rebuilt g++ -DFastestDev=0 -DIsDevMode=1 ... Do not re create the table (the table structure is not changed and can be used), and the development environment