oatpp / oatpp-starter

Oatpp simple-API starter project
https://oatpp.io/
Apache License 2.0
68 stars 30 forks source link

It can support mysql database? #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

I cannot find about databse config file! as databse host,user,pwd,port,table,etc...

lganzzzo commented 5 years ago

This question relates to https://github.com/oatpp/oatpp-examples repository. Project CRUD.

Crud project is an example project and it uses In-Memory fake Database. To use MySql database you have to use whatever C++ MySql connector and setup MySql instance manually.

This question relates to https://github.com/oatpp/oatpp-examples repository. Project CRUD.

Please create issues in the corresponding repositories!!!

Regards, Leonid