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,
Hello,
I'm writing my own script to create basecurves, but I'm not able to
find/figure out how to encode the SQL which should be inserted in the
library.db
what's the format? the iop/basecurve.c file is pretty clear, but i prefer
not to compile at every change
thank you,
mithrandil
--