From owner-freebsd-questions@FreeBSD.ORG Fri Oct 25 18:32:57 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8F799904 for ; Fri, 25 Oct 2013 18:32:57 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68454290F for ; Fri, 25 Oct 2013 18:32:57 +0000 (UTC) Received: by mail-pa0-f46.google.com with SMTP id rd3so4089636pab.19 for ; Fri, 25 Oct 2013 11:32:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=szXcDxUSY59Pm6lddrx1bdwmePjyYSxCg+tGC+/BVpk=; b=zB/A4o3p293CX4ZPDlA64RBeq5GtuZjj6jH7tR/7fSOJoZe5hiOrArRxfXTz7J4Qwt 2bkQcSh57bTom1RhvFpmoHTf4xaaFn43BIT94QGs4KGJExM1KQ/aT7EHYNJWCHavLFcm W0mPd9rrl2aDqNo2mJBN8i/xot3znFZUj8q7WC6LfLvrjWuP6Nj3L949eFxtnPeDUERB Kg1bro0D5bV90gdp6jCWG85vfvTcTC4i65tsMfRDOdMut9zFDcyKHvckrr9n3evT223R yXUFuhlk07zRo+c6mDBRa+62qWVeOHYKBhwRdoFUONaygsv00o9oJo1j39AZ/BixSCK0 QvFA== MIME-Version: 1.0 X-Received: by 10.66.26.212 with SMTP id n20mr11813174pag.146.1382725977071; Fri, 25 Oct 2013 11:32:57 -0700 (PDT) Received: by 10.70.92.79 with HTTP; Fri, 25 Oct 2013 11:32:57 -0700 (PDT) In-Reply-To: <20131025131851.GA1999@tiny.Sisis.de> References: <20131025131851.GA1999@tiny.Sisis.de> Date: Fri, 25 Oct 2013 13:32:57 -0500 Message-ID: Subject: Re: something in ports for presenting a DB schema From: Adam Vande More To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 18:32:57 -0000 On Fri, Oct 25, 2013 at 8:18 AM, Matthias Apitz wrote: > > Hello, > > I have a relational DB (Sybase) of around 50 tables and would like to > draw some graphic of the relation between various table / columns; > it is not so important that the tool itself has a graphical editor (I'm > used to work with ASCII files, vim and groff), but the output must be > somehow a graphic, PNG or PDF. > > Do we have something for this in our ports? > I think I remember using this years ago: java/dbviz -- Adam