- Import Database from database.sql
- Add Environment Variable named "DB_CONNECTION" as value "Server=localhost;Port=3306;Uid=root;Pwd=1234;Database=lab;CharSet=utf8;ConvertZeroDateTime=True;"
ps. If you not want to use Environment Variable, can add config to "configDB" on line 20
Test Normal App
$ bin/Release/netcoreapp3.0/osx-x64/corert-dbTest Native App
$ bin/Release/netcoreapp3.0/osx-x64/native/corert-dbps. Should to change netcoreapp3.0 and osx-x64 depend on your config
$ sh run.sh [Runtime]Example for MacOS
$ sh run.sh osx-64Example for Linux
$ sh run.sh linux-64sudo apt-get install clang-3.9sudo apt-get install libunwind-devsudo apt-get install libcurl4-openssl-devsudo apt-get install zlib1g-devsudo apt-get install libkrb5-devexport CppCompilerAndLinker=clang-3.9