Download List

Projeto Descrição

csvDB is an SQL engine for CSV (comma separated values) files, allowing files to be searched as if they were database tables. It includes both a library and a client, allowing it to be used programatically and from the command line.

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.

2012-04-01 09:25
0.5

'make install' agora instala bibliotecas e cabeçalhos. Esta versão adiciona uma implementação de strcasestr para sistemas que não o tem em sua biblioteca de C, suporte para a variável de ambiente BDELIMETER para definir o separador de campo padrão, suporte para diferentes separadores, compartimentos e escapa quando o carregamento de arquivos de csvdb shell, um interruptor para usando o readline como padrão no shell e apoio do gettext.
Tags: Unix, Linux, MinGW, Gettext
"make install" now installs libraries and headers. This release adds a strcasestr implementation for systems which don't have it in their C library, support for the BDELIMETER environment variable for setting the default field separator, support for different separators, enclosures, and escapes when loading files from csvdb the shell, a switch to using readline as the default in the shell, and gettext support.

2011-11-26 05:17
0.4

Esta versão adiciona suporte para ALTER TABLE e junção, adiciona algumas definições de configuração de sessão com SET <setting><state>, otimiza a criar e inserir consultas e melhora o formato dos resultados. Foram adicionados novos resolvedores de referência de tabela/coluna para trabalhar com as novas estruturas de dados do resultado e onde agora suporta comparações entre colunas.
Tags: SQL, cli
This release adds support for ALTER TABLE and JOIN, adds some session configuration settings with SET <setting> <state>, optimizes CREATE and INSERT queries, and greatly improves the format of results. New column/table reference resolvers have been added to work with the new result data structures, and WHERE now supports comparisons between columns.

2011-11-07 06:30
0.3

Esta versão implementa a Cadeia de compilação autotools, aumenta a velocidade de carregamento do arquivo, implementa um shell de readline, adiciona completação automática de tabela/arquivo/coluna/palavra-chave para o shell, faz mudanças nas estruturas de dados de tabela e resultado, otimizações de consulta principal, adiciona e/ou suporte para onde, implementa HAVING e expande onde a apoiar =, assim, >, <, NÃO, < =, e > = comparações.
Tags: readline, autotools, SQL
This release implements the autotools build chain, increases file loading speed, implements a readline-based shell, adds table/file/column/keyword autocompletion to the shell, makes changes to table and result data structures, major query optimizations, adds AND/OR support to WHERE, implements HAVING, and expands WHERE to support =, LIKE, >, <, NOT, <=, and >= comparisons.

2011-11-03 07:42
0.2

Um bugfix na manipulação de chave de seta no shell. Suporte para o carregamento de arquivos de log do apache com a palavra-chave do APACHE. A adição de INSERT, UPDATE, CREATE TABLE e suporte OUTFILE. Um bugfix na análise de onde. Alguns otimização da consulta.
A bugfix in arrow key handling in the shell. Support for loading apache log files with the APACHE keyword. The addition of INSERT, UPDATE, CREATE TABLE, and OUTFILE support. A bugfix in WHERE parsing. Some query optimization.

Project Resources