Performance C++ library wrapper for ODBC and sql script generation
Custom C++ library for performant copying large amounts of data between Oracle and Microsoft SQL Server databases.
- ODBC API calls wrapper;
- support basic SQL datatypes
- data copy between geterogeneous databases through common memory buffer;
- basic logging facility;
- SQL script generation classes for manipulatin DB objects;
This is yet very raw version.
A simple set of C++ Templates which abstract the common problem of updating a value based on changes in time. Comes with a simple example - just add the OverTime folder to your includes path and compile it to see how things work.