X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.4 at av01.lsn.net Message-ID: <55DDD4DB.2060008@ecosensory.com> Date: Wed, 26 Aug 2015 10:01:47 -0500 From: John Griessen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] SQL PCB file format References: <20150826000523 DOT 353 DOT qmail AT stuge DOT se> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 08/25/2015 07:50 PM, Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > Guys if we fixed the HID no one should ever need to look at the file > content in a text editor. That IS how the users of PADS operate. The netlist is the thing that is text checked, text processed, if any. But how bad is the human readable version of sqlite? Searching for this, I find some talking encryption think it is OK as is even: http://stackoverflow.com/questions/986403/encrypted-file-or-db-in-python SQLite databases are pretty human-readable, and there isn't any built-in encryption. but there are almost no hits. Very few people think sqlite is "readable" The data files could be densified some from the SQLite file. Or just convert back and forth from the existing file structure.