X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=m0n5t3r.info; s=m0n5t3r; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=NKAfz619WzzpMMPjTAE2rx6/X7zV/NEOguwln77+jL8=; b=sTl+I0b3ph4bwJulVEIQrp6Hi/FyAGiDx5fyB4GShjnsuasgi5XY30nNet8ry/D9Ql W+8kbBeQ+q0EoVitR92Oj6wesYjc+cqjXssqxclaL7WDzyhEw2P9Bf6RWnIzr7ngVEkx /KHp39DIHeGsCujDih2i3L0DqB7RH7FKkpJXM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=NKAfz619WzzpMMPjTAE2rx6/X7zV/NEOguwln77+jL8=; b=lX0XAcVulCbmisJa9vtYIydDwmYc8DvONO286PoL6BIwsIT5aNauTSd/WKHDBUVU3v v3Y75QQj7nQo2uqWqWdYkv9RtjlCK3xA6TuLnXqz26nmBIcwGi1kJkC679dWux+bwWet RMm5XiLVBDjCsjvyDnjDOqmEE019AYKIqRA5VxjkGf4v96WFoed6tt2k7Vpadw5VWnAY p4JiKg6vRfYBkjCaIhfUZt2qL9PsGj/f+vKSX/T0rFdaOaT0b8ImDm7vxlrbIWlOgWLr 3j651c+JBwR/ld2nZvuGq/T6D7P0cnVLWXd9biHcj9NWwzXTZgeWDJWku4oFVs26tdfV ogGA== X-Gm-Message-State: ALoCoQn/H9goo/MsAgl6oWBMZXmFHpgDMNX8aLQFbGsUNdRkbuOMuHKbiYqF8q5R4yZ2E65zc2M7 X-Received: by 10.180.228.36 with SMTP id sf4mr23070819wic.19.1427973132724; Thu, 02 Apr 2015 04:12:12 -0700 (PDT) Message-ID: <551D2400.40706@m0n5t3r.info> Date: Thu, 02 Apr 2015 14:12:00 +0300 From: Sabin Iacob User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] PCB and gschem libraries References: <1427905808 DOT 32608 DOT 60 DOT camel AT benjamin-hp-g70> <20150401214846 DOT 5d2261e6 AT jive> <201504011954 DOT t31JsnKh020289 AT envy DOT delorie DOT com> <20150401221210 DOT 1b4a299e AT jive> <201504012014 DOT t31KEq1m020861 AT envy DOT delorie DOT com> <20150401234127 DOT 047056e2 AT jive> <201504012148 DOT t31LmX3f025925 AT envy DOT delorie DOT com> In-Reply-To: <201504012148.t31LmX3f025925@envy.delorie.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 04/02/2015 12:48 AM, DJ Delorie wrote: >> 2. Using libsqlite is quite straight forward. It is just the time that it >> takes to integrate it into libgeda and pcb. > Can libsqlite read from a web server on another machine? > > Does it have an aggregator to pull from several local and/or remote > databases? libsqlite is just an embedded database engine, it handles database things (storage format, querying, etc.); an aggregator / online query interface would have to be built around it I remember playing 1-2 years ago with component-library-command in gschem, gave up eventually (other things got in the way and then I forgot about it); wondering how many people know about it, because I haven't seen it documented anywhere