From owner-freebsd-questions@freebsd.org Thu Apr 6 20:00:03 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48701D32FFC for ; Thu, 6 Apr 2017 20:00:03 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1ED36AEF for ; Thu, 6 Apr 2017 20:00:03 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x243.google.com with SMTP id n76so5516480ioe.1 for ; Thu, 06 Apr 2017 13:00:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=QJ3TnDbUxh10bUmGA43m19xAqKaqrIqkMxfgRZpmkSM=; b=X+ARaZ+IyVMrDP1djViefWmiLD8gDV3MJkacKafb6OnuV0dQnokfSTo28PsSbi8ZCW 0Aa0mTH4Z70aRBMiyCRLW2pAlsZwA1ajNV83eRkzEJpyCWQ5qyYI0+WsXCPtl0FGLVZW bwFQZoKJP20/xicOH/xui2VqJTCTdnBvDFTmFvPAQO94dpqm2oBx1w4Iv/3x8MVtCcKj XAuM2llmRxrdrBXet4ROcajYYULR0Gp7wDU+HYzyHl/K0PBZ6ND0hC+cFzO6vwpnJ8jd Hv+V5lvZtnN8XicF54fpooDM3YvXquiwSDfX/9w4Fd7ax+b/W9pO8t8HghN9iLfsAiPW wTRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=QJ3TnDbUxh10bUmGA43m19xAqKaqrIqkMxfgRZpmkSM=; b=EEzjtVhAxeySCl6eYxl6v6D/Lf9nD3SngEnlI/G+cZNbuJF3W5CcK/Tje4Zys4IShd Tj3ksVzpW2RnE4/CyiuGnxK9/OrNP/56hAXdZz+YNP3nt3bhMMzPFKtgmgQSLBK13NHq 4NxHgVn5ZXUIXMlmClTm+fceDreYF0UrgDKYAJk8lghmUbpIWQSXFWI822HJfzLYZTqp 1+gwXcJlkjxoULVzqIDUItrmi/V64JkC1X/pv3c/JamCRbIKfMo5K2X+m2N3gnINGTjT ihx1BZAQlfYq2z5XL5MiJiGGpS1AWXWxFNElNHnAlZFc+XgA1Nrt/1Lv+hvUD0M8ZIt9 4TWA== X-Gm-Message-State: AFeK/H2kE+ji/zUuUM9O4ASzIbIFr2NRNcnmQwAWMeKCoEvU4MiIvyh5IcepIpSoL/ecNw== X-Received: by 10.107.170.12 with SMTP id t12mr35984963ioe.113.1491508802242; Thu, 06 Apr 2017 13:00:02 -0700 (PDT) Received: from [10.0.10.3] (cpe-74-141-88-57.neo.res.rr.com. [74.141.88.57]) by smtp.googlemail.com with ESMTPSA id f130sm1436146iof.2.2017.04.06.13.00.01 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 06 Apr 2017 13:00:01 -0700 (PDT) Message-ID: <58E69E59.6020108@gmail.com> Date: Thu, 06 Apr 2017 16:00:25 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Chuck Swiger CC: FreeBSD - Subject: Re: Is there a database built into the base system References: <58E696BD.6050503@gmail.com> <69607026-F68C-4D9D-A826-3EFE9ECE12AB@mac.com> In-Reply-To: <69607026-F68C-4D9D-A826-3EFE9ECE12AB@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2017 20:00:03 -0000 Chuck Swiger wrote: > On Apr 6, 2017, at 12:27 PM, Ernie Luzar wrote: >> Looking for a simple database thats comes with the base system, is there one? > > There's likely an old flavor of BerkeleyDB around if you just need a key-value store. > > If you're looking for a SQL database, start with SQLite (cf databases/sqlite3 port), > and then look towards MySQL or Postgres. > > Regards, BerkeleyDB sounds like something to look at. Did a "locate Berkeley" cmd and nothing popped out. Is it called something else? Writing csh scripts manipulating text files containing lists of IP address. Don't want any port as a required dependent. I though I remembered that BerkeleyDB came with the base system, but can not find what its named.