bonddb 2.4.0 (Development branch) |
|
|
bonddb is an object orientated wrapper for PostgreSQL. It's a fast data abstraction layer written in C for C/C++ applications, to allow easy access to class objects. You can use existing PostgreSQL databases without any modification or additional tables needed in the backend.
License: GNU General Public License (GPL)
Changes:
Several venerabilities have been fixed. The
administration role has been enabled for
controlling what users have access to what
tables/fields which are used in bond. A module for
interfacing with Visual Basic was added. Many
improvements were made to the error handling,
especially with regard to firewalls and SQL query
failures. Many memory leaks and odd memory errors
were fixed. Support for large object fields (like
binary data) was added. Notify/listen support was
added within bonddb, so you can listen for object
changes. Integration with bondreplicate was added.
|