Download List

프로젝트 설명

LibSDBI is a very simple SQL database interface, for multiple types of SQL databases. Its aim is to be able to manage multiple database types with a single interface, and it follows the KISS theory. It loads the database dependent codes from shared object(.so). In the basic tarball the PostgreSQL module is included.

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.

2002-12-23 05:17 Back to release list
0.9.9

새 클래스, SDBI : : 가치, 여러 종류의 데이터를 처리하기위한 추가되었습니다. 지금, 그리고 부울 타입, 정수, 문자열을 처리할 수있는 문자열 기본값. 모두 가져오는 방법을 지금은 이런 종류의, 그리고 SDBI의 새로운 변종이 반환 : : conn : : 삽입하여이 형식을 지원이 추가되었습니다. 새 예외 클래스, SDBI : : query_error, 어떤 쿼리 텍스트 자체에 포함된 추가되었습니다.
Tags: Major feature enhancements
A new class, SDBI::value, has been added for handling different types of data. Now, it can handle Integer, String, and Boolean types, and defaults to String. All the fetching methods now return with this type, and a new variant of SDBI::conn::insert has been added which supports this type. A new exception class, SDBI::query_error, has been added which contains the query text itself.

Project Resources