Top > Software Libraries > C++ libraries > Database Template Library

Database Template Library - Makes ODBC recordsets look like STL containers

The Database Template Library makes ODBC recordsets look just like STL containers. Users move through containers using standard STL iterators, and if they insert(), erase(), or replace() records in the containers, changes are automatically committed to the database. Since 'dtl' complies with STL iterator and container standards, users can plug abstractions into a range of STL algorithms for data storage, searching, and manipulation.

The C++ reflection mechanism used to bind to database tables lets users add generic indexing and lookup properties to the containers without requiring special code. Since the code takes full advantage of the template mechanism, 'dtl' adds minimal overhead (compared with using raw ODBC calls).

Obtaining

Web pagehttp://dtemplatelib.sourceforge.net/index.htm
Source tarball http://prdownloads.sourceforge.net/dtemplatelib/dtl.tar.gz?download
Source informationhttp://sourceforge.net/project/showfiles.php?group_id=17082
Version 3.5.3 (stable) released on 2003-11-20
Licensed under an X11-style license.
This is not a GNU package.

Documentation

User guide available in HTML format from http://dtemplatelib.sourceforge.net/table_of_contents.htm
Support contacts

Help List<DatabaseTemplateLibrary@yahoogroups.com> <DatabaseTemplateLibrary-subscribe@yahoogroups.com>
Developer List<DatabaseTemplateLibrary@yahoogroups.com> <DatabaseTemplateLibrary-subscribe@yahoogroups.com>
Bug List<DatabaseTemplateLibrary@yahoogroups.com> <DatabaseTemplateLibrary-subscribe@yahoogroups.com>
Bug Databasehttp://sourceforge.net/tracker/?group_id=17082&atid=117082

Project contacts

Maintainers
Developers
  • Michael Gradman
  • Corwin Joy

Related information

Interfaceslibrary
Source languagesC++

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2002-11-26
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.