From: Joseph B. <jb...@um...> - 2005-06-25 02:22:14
|
I'd like to add a new component called "DatabaseLayer" please. Component: DatabaseLayer wxWidgets: Only tested on 2.5.x and 2.6.x so far Description: DatabaseLayer provides a JDBC-like interface to database I/O. So far only SQLite3 and Firebird database backends are supported. CxxTest unit tests are used to try and make it easier to add more database backends in the future. |