- 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-db
Test Native App
$ bin/Release/netcoreapp3.0/osx-x64/native/corert-db
ps. Should to change netcoreapp3.0
and osx-x64
depend on your config
$ sh run.sh [Runtime]
Example for MacOS
$ sh run.sh osx-64
Example for Linux
$ sh run.sh linux-64
sudo apt-get install clang-3.9
sudo apt-get install libunwind-dev
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install zlib1g-dev
sudo apt-get install libkrb5-dev
export CppCompilerAndLinker=clang-3.9