Vertaling van "DBUtils" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Das DBUtils Codemodul ist in dem beigefügten Beispiel-Projekt enthalten.
The code module is included in the attached example project.
Siehe das beigefügte Beispiel und das DBUtils Codemodul für mehr Informationen über jede Methode.
See the attached example and the DBUtils code module for more information about each method.
Sie müssen auch das Installationsskript von Webware for Python laufen lassen, wenn dies noch nicht geschehen ist, oder wenn Sie DBUtils in die Webware-Dokumentation integrieren wollen
You will also need to run the Webware installer if this has not been done already or if you want to integrate the DBUtils documentation into the Webware documentation
Wenn Sie DBUtils für andere Anwendungen als Webware for Python verwenden möchten, empfiehlt es sich, das Paket auf die übliche Weise zu installieren
If you intend to use DBUtils from other applications than Webware for Python, it is recommended to install the package in the usual way
HttpUtils, ähnlich wie DBUtils, soll gewöhnliche Aufgaben erleichtern, die sich jedem Entwickler stellen.
HttpUtils, similar to DBUtils, aims to simplify common tasks that many developers face.
DBUtils ist als Python-Package realisiert worden, das aus zwei verschiedenen Gruppen von Modulen besteht: Einer Gruppe zur Verwendung mit beliebigen DB-API-2-Datenbankadaptern, und einer Gruppe zur Verwendung mit dem klassischen PyGreSQL-Datenbankadapter-Modul.
The DBUtils suite is realized as a Python package containing two subsets of modules, one for use with arbitrary DB-API 2 modules, the other one for use with the classic PyGreSQL module.
Wenn Sie einen der bekannten "Object-Relational Mapper" SQLObject oder SQLAlchemy verwenden, dann benötigen Sie DBUtils nicht, denn diese haben ihre eigenen Mechanismen zum Pooling von Datenbankverbindungen eingebaut.
If you are using one of the popular object-relational mappers SQLObject or SQLAlchemy, you won't need DBUtils, since they come with their own connection pools.
Tatsächlich hat SQLObject 2 (SQL-API) das Pooling in eine separate Schicht ausgelagert, in der Code von DBUtils verwendet wird.
SQLObject 2 (SQL-API) is actually borrowing some code from DBUtils to split the pooling out into a separate layer.
Die aktuelle Version von DBUtils kann von der Homepage von Webware for Python heruntergeladen werden
You can download the actual version of DBUtils from the Webware for Python homepage at
Beiträge: DBUtils benutzt Code, Anmerkungen vorbehalten.
Contributions: DBUtils uses code, input and suggestions made by Josef van Eenbergen.
DBUtils arbeitet mit Python 2.3 oder einer neueren Version von Python 2.
DBUtils runs with Python 2.3 or newer Python 2 versions.
DBUtils wurde mit Blick auf Webware for Python als Anwendung und PyGreSQL als PostgreSQL-Datenbankadapter entwickelt, kann aber für beliebige Python-Anwendungen und beliebige auf DB-API 2 beruhende Python-Datenbankadapter verwendet werden.
DBUtils has been written in view of Webware for Python as the application and PyGreSQL as the adapter to a PostgreSQL database, but it can be used for any other Python application and DB-API 2 conformant database adapter.