X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-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 :content-type; bh=4GMoPI79kFjmlbio2aYWCD1oTrXY7FkVhYtGjHMh7q0=; b=cuTojM5LZR6PNrLiqN//+FFZfrL0hEhubQX0MtTMc9cxmSlcpFv3qUJ0DGm/MXiBkO mORMm4WKnYaWzTPp84e911JmyBHby571VyIulZBnq7iJt2CfhBt6NJ4ySHR+LWo9lcMR 5ZEMIWO8RZx9w4Hy1x3TWxGlrNcjrnmFhOsrK6ykaKchrxBWq2noNoY+AxIUaUklRjWq 8BnH2+45qrQpPpueeZdDDi4EjgBNJkDAMU3LETgnh4SWXTMR3h7rZ95dgE/lpsdU/fcX bI0HAgRKY/VmhFjtn96VV0UyI/CBYb+1tDkJ4oD+PFgkaqHd972bQ6fG8rSIk2fRvQoj ZC7A== MIME-Version: 1.0 X-Received: by 10.107.166.148 with SMTP id p142mr22840141ioe.164.1441020721732; Mon, 31 Aug 2015 04:32:01 -0700 (PDT) In-Reply-To: <20150826182552.22702.qmail@stuge.se> References: <20150826000523 DOT 353 DOT qmail AT stuge DOT se> <55DDD4DB DOT 2060008 AT ecosensory DOT com> <20150826153031 DOT 4620 DOT qmail AT stuge DOT se> <201508261807 DOT t7QI7sS3003191 AT envy DOT delorie DOT com> <20150826182552 DOT 22702 DOT qmail AT stuge DOT se> Date: Mon, 31 Aug 2015 13:32:01 +0200 Message-ID: Subject: Re: [geda-user] SQL PCB file format From: "Bernhard Kraft (bkraf0j9 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, I raised a similar discussion some months ago. I guess what is missing are language bindings for the PCB and gschem file format in different languages (Java, Python, PHP, etc.). I guess many people who "hack together" a quick solution like I tried will go for some script language instead of using the natively existing C bindings. Maybe it would be easier to create for example PHP bindings to the PCB file format by creating a php (PECL) library or using JNI to create Java language bindings from within the existing C code. greetings, Bernhard On Wed, Aug 26, 2015 at 8:25 PM, Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com] wrote: > DJ Delorie wrote: >> > The human interface to sqlite is SQL, Structured Query Language, >> > which is very human readable and writable. >> >> I have some examples at work which may prove you wrong ;-) > > It's possible to write bad code in every language. > > > //Peter