Menu

Tree [66357e] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2011-01-26 Vikram Ambrose Vikram Ambrose [3175b0] Added dist packaging script
 AUTHORS 2011-01-23 Vikram Ambrose Vikram Ambrose [d5b73e] Initial commit. Hello World!
 COPYING 2011-01-23 Vikram Ambrose Vikram Ambrose [d5b73e] Initial commit. Hello World!
 MANIFEST 2011-01-31 Vikram Ambrose Vikram Ambrose [66357e] Implemented iterator protocol for dbi.Result
 Makefile 2011-01-26 Vikram Ambrose Vikram Ambrose [3175b0] Added dist packaging script
 README 2011-01-23 Vikram Ambrose Vikram Ambrose [d5b73e] Initial commit. Hello World!
 dbi.pxd 2011-01-28 Vikram Ambrose Vikram Ambrose [97fa82] Added dbi_conn_clear_option(s) api
 dbi.pyx 2011-01-31 Vikram Ambrose Vikram Ambrose [66357e] Implemented iterator protocol for dbi.Result
 dbiServer.py 2011-01-31 Vikram Ambrose Vikram Ambrose [292f78] Return Result object again. Found the bug
 dbiUtils.py 2011-01-31 Vikram Ambrose Vikram Ambrose [66357e] Implemented iterator protocol for dbi.Result
 pyro_client.py 2011-01-27 Vikram Ambrose Vikram Ambrose [23e086] Added dbi_driver related bindings
 pyro_server.py 2011-01-27 Vikram Ambrose Vikram Ambrose [23e086] Added dbi_driver related bindings
 setup.py 2011-01-31 Vikram Ambrose Vikram Ambrose [66357e] Implemented iterator protocol for dbi.Result
 test.py 2011-01-31 Vikram Ambrose Vikram Ambrose [66357e] Implemented iterator protocol for dbi.Result

Read Me

pydbi
-----

pydbi is a python binding for libdbi. Run 'make' for 
build instructions.

libdbi is a database independent abstraction layer. 
http://libdbi.sourceforge.net/

pydbi makes use of cython, a highly optimised binding generator
for C extensions. http://cython.org/

pydbi is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

See COPYING for a copy of the GNU General Public License,
or visit <http://www.gnu.org/licenses/>.

All code contributors give up individual copyright to the 
pydbi project maintainer. See AUTHORS.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.