Download List

프로젝트 설명

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

코드를 리팩토링의 비트. 아니 새로운 특징이다.
A bit of code refactoring. No new features.

2009-08-10 10:32
1.4

지금은 하나의 열을 선택할 수있습니다 dicts의 목록은 각 DICT 하나의 key / value 쌍을 데 ()와 함께보다는 scalars의 목록으로 반환됩니다. 검색어에 대한 하나의 컬럼 이상으로 돌아간 다음, scalars의 목록으로 반환 열 이름을 수있습니다.
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