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=g8ccxI52EVo+8JgT1pz3loR6pCwiLvvC9FKXkAg0QYc=;
        b=el/IQkwFrbjnsw0vECTrL7ndqzdyxMLCglf9SCMgPFTVCX9bCQvQ49Lir5S0FAxDhn
         ksv8Dz8mpNr8/NiqN1ndvp0iFP0HlZZeznx+36zSMhkzvCRR0VHq109miPWUg5QC7mWT
         w8osCfGaprkCGc/lH7xttzZnwX1/SY4Fom2LTfnhdkDkDS+FsnLcwJfd0KDVu4amvmQ0
         TG2nh9y48bYOk504BC34SjabfYEVQUFiT2Rnlh4u0dYzC+0B32z2nAwnncBOpUVqTtiH
         rVk6NXNkLqZa3SWhveIh5+0w2EmRvhNkNLzSPb8GfPmfFV21IUjz7YkVj0C8HL2JNbQi
         M9Pg==
X-Received: by 10.28.183.132 with SMTP id h126mr12278952wmf.6.1452108501905;
        Wed, 06 Jan 2016 11:28:21 -0800 (PST)
Date: Wed, 6 Jan 2016 20:28:17 +0100
From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] (SQL file open/save)
Message-Id: <20160106202817.56197b2c539d426a1b724c9e@gmail.com>
In-Reply-To: <20160106191433.5dc5cb59@jive.levalinux.org>
References: <1512221837 DOT AA25291 AT ivan DOT Harhan DOT ORG>
	<CAC4O8c9bxJP1eMG4yz3YwKkQJRmsDGmLQ0aMd5pJRyu0WpdCtQ AT mail DOT gmail DOT com>
	<C1CFCCEE-C64A-4E49-AA64-446C061656D6 AT noqsi DOT com>
	<CAC4O8c-zt8B=joDd+ws77D2jt6aZf3MWfR_dAvpzGcNuBrTURQ AT mail DOT gmail DOT com>
	<alpine DOT DEB DOT 2 DOT 11 DOT 1601030040320 DOT 2176 AT newt>
	<D9825C8C-B6FD-4C7F-A8D5-B8AF06253B72 AT noqsi DOT com>
	<CAC4O8c_R5xWLmzj_cz0g0mPWNs6mR4efjXKGBoup8YO6nwnPTA AT mail DOT gmail DOT com>
	<CAC4O8c8cVr1H3skmbGo4Rhf5ZTZj8bDx!
 Jw8a9C4qf
 HeGyXZ4XA AT mail DOT gmail DOT com>
	<20160106091006 DOT 5F67B809D7A1 AT turkos DOT aspodata DOT se>
	<CACwWb3CcsYJ9KgDFAa5pZqDzfTewhvbuatbxoKUp6PtHRCoa+w AT mail DOT gmail DOT com>
	<20160106133049 DOT 5A0E9809D79B AT turkos DOT aspodata DOT se>
	<CACwWb3Cyk4yLwt3=V1Mu5C4RieOQEjYH3ej5MXZSNnLPbshqDg AT mail DOT gmail DOT com>
	<20160106143629 DOT 4D39D809D79B AT turkos DOT aspodata DOT se>
	<CACwWb3BXbnQXs+DwVVzmC8DrhwOYxPgVyUhZTPL9bM9cJbHimw AT mail DOT gmail DOT com>
	<20160106164022 DOT D0D4E809D79B AT turkos DOT aspodata DOT se>
	<20160106180912 DOT 42ddf4079d91384f206b7c35 AT gmail DOT com>
	<20160106191433 DOT 5dc5cb59 AT jive DOT levalinux DOT org>
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

> On Wed, 6 Jan 2016 18:09:12 +0100
> "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via
> geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> wrote:
> 
> > 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?
> 
> Yes. SQLite.
> 
> https://www.sqlite.org/
> 
> Using server/client architectured database engin like postgresql is IMHO
> overkill.
> 
> Lev

I used SQL once to write a small database application but I used an SQL server and even though it works and could be done it will be rather complicated for ordinary use. With a simple library binding it could be worth a try.


Nicklas Karlsson