Download List

Projeto Descrição

PHP LDBI is a library to handle local databases. It supports tables, sequences, indices, and searches using wildcards. It's primary goal is to serve as backend for SQL interfaces to local databases. It includes an SQL parser to execute simple SQL statements.

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.

2005-03-31 04:47
0.2.3

Esta versão foi portado para o dba do PHP (Database Abstraction) API
Tags: Major bugfixes
This version was ported to PHP's dba (DataBase Abstraction) API

2003-02-19 03:31
0.2.2

É agora possível utilizar pesquisas curinga na ONU colunas indexadas.
Tags: Minor feature enhancements
It is now possible to use wildcard searches on un-indexed columns.

2002-12-28 15:35
0.2.1

Esta versão adiciona um shell script para instalar LDBI e SQLi, implementa um novo método de travamento e bloqueio dos arquivos de descrição, acrescenta um comunicado para limpar o cache de resultados, e corrige alguns bugs.
Tags: Major bugfixes
This release adds a shell script to install LDBI and SQLi, implements
a new locking method and locking of the description files, adds a
statement to clear the results cache, and fixes some bugs.

2002-12-16 23:50
0.2.0

Esta versão corrige muitos bugs e atualização é recomendada. Um novo método de análise da consulta foi implementada. É agora mais fácil de adicionar manipuladores de consulta à biblioteca e a análise é mais rápida. Foi adicionado suporte para <,>, <= e> = operadores. Cache simples dos resultados da consulta SELECT foi implementado.
Tags: Major feature enhancements
This release fixes a lot of bugs, and upgrading is recommended. A new query parsing method has been implemented. It's now simpler to add query handlers to the library and the parsing is faster. Support has been added for &lt;, &gt;, &lt;=, and &gt;= operators. Simple caching of the SELECT query results has been implemented.

2002-12-12 08:38
0.1.3

Esta versão adiciona suporte para SHOW DATABASES, SHOW TABLES, índices mostra, seqüências mostram, REPLACE, e uso. Ela inclui correções de bugs em análise cláusula WHERE, e adiciona uma verificação de tipo para valores na cláusula WHERE, e um shell interativo SQLi no diretório "exemplos".
Tags: Major feature enhancements
This version adds support for SHOW DATABASES, SHOW TABLES, SHOW INDICES, SHOW SEQUENCES, REPLACE, and USE. It includes bugfixes in WHERE clause parsing, and adds type checking for values in WHERE clauses, and an SQLi interactive shell in the 'examples' directory.

Project Resources