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.
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.
라이브러리 및 헤더 설치 이제 "설치 확인" 합니다. 이 릴리스 지원 셸, 껍질, 그리고 gettext 지원을 기본으로 readline을 사용 하 여 스위치 csvdb에서 파일을 로드 하는 경우 기본 필드 구분 기호, 서로 다른 구분 기호, 인클로저, 그리고 탈출에 대 한 지원 설정 하기 위한 BDELIMETER 환경 변수에 대 한 그들의 C 라이브러리에 그것을 있지 않는 시스템에 대 한 strcasestr 구현을 추가 합니다.
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.
이 릴리스는 ALTER TABLE 및 조인에 대 한 지원 설정 <setting><state>세션 구성 설정을 일부를 추가, 만들기 및 삽입 쿼리를 최적화 하 고 크게 향상 결과의 형식을 추가 합니다. 새 열/테이블 참조 해결 프로그램 새로운 결과 데이터 구조 및 열 간 어디 지금 지원 비교 작업 추가 되었습니다.
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.
및/이 릴리스 autotools 빌드 체인을 구현, 파일 로딩 속도 증가, readline 기반 셸 구현, 셸에 테이블/파일/열/키워드 자동 완성 추가, 테이블 및 결과 데이터 구조, 주요 쿼리 최적화를 변경한 추가 또는 어디, 지원 HAVING, 구현 고 어디에 지원 하도록 확장 처럼, = >, <, < =, 및 > = 비교.
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.
셸에서 화살표 키 처리 bugfix. 아파치 키워드와 아파치 로그 파일 로드에 대 한 지원. INSERT, UPDATE, CREATE TABLE 및 OUTFILE 지원 추가. WHERE 구문 분석 bugfix입니다. 일부 쿼리 최적화입니다.
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.