Original C ++ SQL Framework

I need a high performance environment in C ++ for SQL. I need it to be able to use MySQL, Oracle and Microsoft SQL Server and provide an abstraction from the low-level problems / features found in each syntax required by the DBMS from different vendors. Something like LINQ for C # and VB.Net.

+1


source to share


3 answers


I believe Qt has at least some of what you are looking for



+2


source


I personally like the database template library .



0


source


http://cppcms.com/sql/cppdb/index.html is really awesome.

As a minus - it uses a not very efficient approach, at least at the end of ODBC, but for a general (not high load) purpose its purely awesome.

0


source







All Articles