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
--
> 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.
>