0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00

Added link to mysql connector

This commit is contained in:
Roland Bock 2013-09-05 23:57:54 +02:00
parent a629988abe
commit 420fa4740c

View File

@ -87,7 +87,8 @@ sqlpp11 makes heavy use of C++11 and requires a recent compiler and STL. The fol
__Database Connector:__ __Database Connector:__
sqlpp11 requires a certain api in order to connect with the database, see database/api.h. sqlpp11 requires a certain api in order to connect with the database, see database/api.h.
Links to sample implementations will follow soon. * MySQL: https://github.com/rbock/sqlpp11-connector-mysql
* More to follow