From owner-freebsd-database@freebsd.org Wed Jan 31 10:48:42 2018 Return-Path: Delivered-To: freebsd-database@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B878EEC2A80 for ; Wed, 31 Jan 2018 10:48:42 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from mail.rlwinm.de (mail.rlwinm.de [IPv6:2a01:4f8:171:f902::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58AD67E1CA for ; Wed, 31 Jan 2018 10:48:42 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from crest.bultmann.eu (unknown [IPv6:2a00:c380:c0d5:1:f844:5b87:8f16:385f]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.rlwinm.de (Postfix) with ESMTPSA id 80A89BABE for ; Wed, 31 Jan 2018 10:48:33 +0000 (UTC) Subject: Re: cdb database cdbmake cdbread To: freebsd-database@freebsd.org References: <76d0371f-14d5-0192-1072-64893b75188d@paz.bz> From: Jan Bramkamp Message-ID: <7e4b6689-4cb1-6800-c0bd-b9337da67ad1@rlwinm.de> Date: Wed, 31 Jan 2018 11:48:32 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <76d0371f-14d5-0192-1072-64893b75188d@paz.bz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 10:48:42 -0000 On 27.01.18 20:03, Jim Pazarena wrote: > Greetings. just subscribed. > > I would like to embed cdb creation and cdb read within my c programs. I > cannot find where the port makes the applicable header or library. > > Any assistance/direction would be much appreciated. You're probably looking for the databases/tinycdb port (https://www.freshports.org/databases/tinycdb). You can find the TinyCDB documentation here: http://www.corpit.ru/mjt/tinycdb.html.