Sorry but that's not what i meant,
i know how to use sqlite, what i don't understand is how the base curve is
encoded in the sql database "line", the parameters are saved as a binary
blob (i suppose encoded in some way)
On Wed, Aug 5, 2015 at 8:48 PM, Richard Collins
wrote:
> Hello mithrandil
>
Hello mithrandil
The file is SQLite3 - as are of .db files these days.
https://www.sqlite.org/
The documentation for it is really good, there's command line tool
(called... sqlite3) that can edit the file or you can link in the code
to your own programs.
On 05/08/15 17:24, Il Prof. wrote:
> Hello,