Download List

项目描述

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 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

现在"让安装"安装库和头文件。此版本添加了系统,没有在其 C 库中,支持设置默认的字段分隔符,支持不同的分隔符、 隔音罩和转义符,加载文件从 csvdb 壳,切换到使用 readline 作为中的外壳和 gettext 支持的默认值时的 BDELIMETER 环境变量 strcasestr 执行。
标签: 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

此版本添加了支持 ALTER TABLE 和联接,将添加一些会话配置设置与集 <setting><state>、 优化,创建和插入查询,并大大提高了结果的格式。已添加新列的表的引用解析器来处理新的结果的数据结构和在哪里现在支持列之间的比较。
标签: 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

此版本实现 autotools 生成链、 增加文件加载速度、 实现一个基于 readline 壳、 添加表/文件/列/关键字自动完成到外壳程序、 对表和结果的数据结构,主要的查询优化,使得更改添加和/或支持到哪里去,实现 HAVING,和扩展支持的位置 =,像 >,<、 不,< =、 和 > = 比较。
标签: 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

修复在箭头键处理在外壳程序中的错误。对加载的 APACHE 关键字的 apache 日志文件的支持。增加了插入、 更新、 创建表和 OUTFILE 的支持。修复错误在哪里解析。一些查询优化。
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