From owner-freebsd-hackers@FreeBSD.ORG Sun May 11 19:34:02 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B2481065676 for ; Sun, 11 May 2008 19:34:02 +0000 (UTC) (envelope-from jos@catnook.com) Received: from lizzy.dyndns.org (209-204-188-132.dsl.static.sonic.net [209.204.188.132]) by mx1.freebsd.org (Postfix) with SMTP id 009AE8FC20 for ; Sun, 11 May 2008 19:34:01 +0000 (UTC) (envelope-from jos@catnook.com) Received: (qmail 62595 invoked by uid 1000); 11 May 2008 19:07:41 -0000 Date: Sun, 11 May 2008 12:07:41 -0700 From: Jos Backus To: freebsd-hackers@freebsd.org Message-ID: <20080511190741.GB47383@lizzy.catnook.local> Mail-Followup-To: freebsd-hackers@freebsd.org References: <20080509124308.GA596@britannica.bec.de> <9FC19AC2-DAD8-418C-8B9C-F129DEC58CEF@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9FC19AC2-DAD8-418C-8B9C-F129DEC58CEF@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: Adding .db support to pkg_tools X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jos@catnook.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 19:34:02 -0000 On Sun, May 11, 2008 at 06:38:25AM -0700, Garrett Cooper wrote: > +1. BDB is quite easy to corrupt... If we're going to use a binary file format, please consider using SQLite instead. It has the right license, a nice API (transactions!) and is robust enough for yum to use it for a similar purpose. -- Jos Backus jos at catnook.com