libgdamm
4.99.7
|
libgdamm is a C++ wrapper for the libgda generic database access API.
Include the libgdamm header:
(You may include individual headers, such as libgdamm/connection.h
instead.)
If your source file is program.cc
, you can compile it with:
Alternatively, if using autoconf, use the following in configure.ac:
Then use the generated LIBGDAMM_CFLAGS
and LIBGDAMM_LIBS
variables in the project Makefile.am
files. For example: