Download List

Projeto Descrição

Pybatis lets you use a templating engine to generate SQL in the same way we use templating engines to generate HTML. But while HTML is generated to send to a browser, Pybatis generates SQL to send to the database via Python's DB API, and then gathers the results. Pybatis consists of three things combined: Python's DB API, templates, and convenience methods. The core idea of treating dynamic SQL as a templating problem rather than a code generation problem (as in most ORM libraries) comes from iBATIS, after which Pybatis is named with great respect.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-09-18 02:33
1.5

Um pouco de refactoring de código. No novos recursos.
A bit of code refactoring. No new features.

2009-08-10 10:32
1.4

Agora você pode selecionar uma única coluna a ser retornada como uma lista de escalares em vez de uma lista de dicts (com cada dict ter apenas um par chave / valor). Para consultas que retornem mais de uma coluna, você pode nomear uma coluna a ser retornada como uma lista de escalares.
Tags: Stable
Now you can select a single column to be returned as a list of scalars rather than a list of dicts (with each dict only having one key/value pair). For queries that return more than one column, you can name a column to be returned as a list of scalars.

Project Resources