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=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=f6clz3Yzc944is2VR2cYyWXc/lIoKHnOkkU3iOrCc/w=; b=aNE05Zb4aJezq3Hmo3sn2yuRzpDz+bs3r41Bdm8K/8+/ASK+s461eUy+v+Hk21clmZ YRWQV3/oXHH87TXcsNWpNYfKujUV6W9c5/zNuNdDPrsKYni3kYq2vg1Ui9naxaJZj5Xy iNHLouBy8YZFAqhzEeodYAKYb1My69Ha83sKx57E51rKOihbFf2plhDH1vvoeSG9akCA aGKuScm676wtQpRMtcWByNagLqzIeaVci/JbgPm7YbHn8pmYOPlnwnFLV5BTJgyDyJSZ KjyVVE1TrAG8AOVfA/FQvBjCtSgyho479FqCngfSuh9QElNyPYrWcWRLb5aSFAY2Vnem HEuA== X-Received: by 10.194.103.198 with SMTP id fy6mr105306226wjb.48.1452100162819; Wed, 06 Jan 2016 09:09:22 -0800 (PST) Date: Wed, 6 Jan 2016 18:09:12 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] (SQL file open/save) Message-Id: <20160106180912.42ddf4079d91384f206b7c35@gmail.com> In-Reply-To: <20160106164022.D0D4E809D79B@turkos.aspodata.se> References: <1512221837 DOT AA25291 AT ivan DOT Harhan DOT ORG> <20160106091006 DOT 5F67B809D7A1 AT turkos DOT aspodata DOT se> <20160106133049 DOT 5A0E9809D79B AT turkos DOT aspodata DOT se> <20160106143629 DOT 4D39D809D79B AT turkos DOT aspodata DOT se> <20160106164022 DOT D0D4E809D79B AT turkos DOT aspodata DOT se> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 > > If we talk about SQL implementation, > > that would be fairly easy to implement with SQL queries inside the library. > > Well, now you are talking about bypassing the lib :) > > But given a parsetree, it wouldn't be hard to export it to some sql and > do queries there, somehow correlate what's in memory with the answer or > import from sql, do your stuff, and then save it. Then it come to SQL can you solve file open and save as usual? Or do you have to make connection to some kind of database? Nicklas Karlsson