Skip to content

Commit

Permalink
Clean up backend requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Mar 10, 2013
1 parent 30ff876 commit 2180cb8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -42,13 +42,13 @@ Core:
* C++ compiler
* Boost C++ Libraries (optional, headers only)

Backend specific:
* DB2 client library X.Y
* Firebird client library X.Y
* MySQL client library X.Y
* ODBC implementation X.Y
* Oracle OCI library X.Y
* PostgreSQL client library X.Y
* SQLite 3 library X.Y
Backend specific client libraries for:
* DB2
* Firebird
* MySQL
* ODBC andwith specific database driver
* Oracle
* PostgreSQL
* SQLite 3

See documentation at http://soci.sourceforge.net for details

0 comments on commit 2180cb8

Please sign in to comment.