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]" 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> <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> <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]" 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