diff options
Diffstat (limited to 'databases/soci/pkg-descr')
-rw-r--r-- | databases/soci/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/soci/pkg-descr b/databases/soci/pkg-descr new file mode 100644 index 000000000000..cec8e6386058 --- /dev/null +++ b/databases/soci/pkg-descr @@ -0,0 +1,7 @@ +SOCI is a database access library for C++ that makes the illusion of embedding +SQL queries in the regular C++ code, staying entirely within the Standard C++. +The idea is to provide C++ programmers a way to access SQL databases in the most +natural and intuitive way. If you find existing libraries too difficult for your +needs or just distracting, SOCI can be a good alternative. + +WWW: http://soci.sourceforge.net/ |