From owner-freebsd-questions@freebsd.org Thu Apr 6 20:05:44 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 27157D302C5 for ; Thu, 6 Apr 2017 20:05:44 +0000 (UTC) (envelope-from steve@sohara.org) Received: from smtp3.irishbroadband.ie (smtp4.irishbroadband.ie [62.231.32.6]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7910EDF for ; Thu, 6 Apr 2017 20:05:43 +0000 (UTC) (envelope-from steve@sohara.org) Received: from [89.127.62.20] (helo=smtp.lan.sohara.org) by smtp3.irishbroadband.ie with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1cwDf3-00045f-B7 for freebsd-questions@freebsd.org; Thu, 06 Apr 2017 21:05:41 +0100 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.88 (FreeBSD)) (envelope-from ) id 1cwDfc-000Ab5-P6 for freebsd-questions@freebsd.org; Thu, 06 Apr 2017 20:06:16 +0000 Date: Thu, 6 Apr 2017 21:05:16 +0100 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Subject: Re: Is there a database built into the base system Message-Id: <20170406210516.c63644064eb99f7b60dbd8f4@sohara.org> In-Reply-To: <58E69E59.6020108@gmail.com> References: <58E696BD.6050503@gmail.com> <69607026-F68C-4D9D-A826-3EFE9ECE12AB@mac.com> <58E69E59.6020108@gmail.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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:05:44 -0000 On Thu, 06 Apr 2017 16:00:25 -0400 Ernie Luzar wrote: > 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? man db Will get you all the details. > Writing csh scripts manipulating text files containing lists of IP > address. Don't want any port as a required dependent. I though I Hmm Berkeley DB is a C API so perhaps not so convenient in csh, what do you want a database to do for you ? -- Steve O'Hara-Smith