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.
« make install » installe maintenant les en-têtes et les bibliothèques. Cette version ajoute une mise en œuvre de strcasestr pour les systèmes qui ne l'avez pas dans leur bibliothèque C, prise en charge pour la variable d'environnement BDELIMETER pour définir le séparateur de champ par défaut, la prise en charge des séparateurs, des coffrets et des évasions lors de chargement de fichiers de csvdb la coquille, un commutateur à l'aide de readline par défaut dans le shell et soutien de 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.