Main  /  Edit  /  History  /   /  Users Area

DbiXX Sql Library

The dbixx library is a C++ wrapper for LibDBI C library. It gives a C++ friendly, exception safe interface for this library.

It is written by Artyom Beilis (Tonkikh) and licensed under LGPL v2.1.

General

Classes

Main Classes

Other Classes and Functions

Other libraries

DbiXX was build as a useful wrapper for libdbi. However it is not the only library that provides similar functionality.

It is not directly connected to CppCMS, but it was build to be useful for web development.

There are other libraries like SOCI that provide similar functionality. For the record, dbixx has taken many ideas from SOCI.

If you plan to use a library different from DbiXX, I recommend that you take the following into account:

  1. Does it provide auto-escaping? This is the most important feature. It should be a straightforward operation. Otherwise, you may be victim of SQL Injections.
  2. Is it exception safe and does it provides exception safe transactions?
  3. Does it support more than one database engine? Is this support good enough?

These are very important points that should be taken in consideration. The first two are mandatory for web development with CppCMS, the third one would prevent from you vendor lock-in.

About

CppCMS is a web development framework for performance demanding applications.

Support This Project

SourceForge.net Logo

Поддержать проект

CppCMS needs You


Navigation

Main Page



Valid CSS | Valid XHTML 1.0