0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Update README.md

This commit is contained in:
Roland Bock 2016-04-24 17:36:36 +02:00
parent dde22b861e
commit e271e3e4fb

View File

@ -132,6 +132,7 @@ sqlpp11 requires a certain api in order to connect with the database, see databa
* MySQL: https://github.com/rbock/sqlpp11-connector-mysql
* Sqlite3: https://github.com/rbock/sqlpp11-connector-sqlite3
* PostgreSQL: https://github.com/matthijs/sqlpp11-connector-postgresql
* ODBC: https://github.com/Erroneous1/sqlpp11-connector-odbc (experimental)
To demonstrate that sqlpp11 can work with other backends as well, here is an experimental backend for structs in standard containers: