X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20150826153031.4620.qmail@stuge.se> Date: Wed, 26 Aug 2015 17:30:31 +0200 From: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] SQL PCB file format Mail-Followup-To: geda-user AT delorie DOT com References: <20150826000523 DOT 353 DOT qmail AT stuge DOT se> <55DDD4DB DOT 2060008 AT ecosensory DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55DDD4DB.2060008@ecosensory.com> 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 John Griessen wrote: > But how bad is the human readable version of sqlite? sqlite uses a binary file format. The human interface to sqlite is SQL, Structured Query Language, which is very human readable and writable. > Or just convert back and forth from the existing file structure. To the extent that it's possible, yes of course that should be supported. //Peter