On 5/18/06, Micha Bieber <[EMAIL PROTECTED]> wrote:

Maybe I'm too C++ biased - but what is the state of the sqlite3 and
similar - e.g. 'Db' - structures in sqlites C-Interface ? Is this
considered 'public' and also stable or indicates the missing
documentation (at least I've found nothing apart from the sources) not to
use them in user code otherwise than as opaque pointer for the sqlite
interface ?

Jay's law of application programming:
"Thou shalt not mess with the internal structures of the application
library, even if they are public. That way lies madness." ;)

but seriously, it's a black box that you don't need to pry open to use Sqlite.

Reply via email to