Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down