Hi,
what's the usual way to store a CLOB (a few 100KB) inside Berkeley DB?
Hi,
what's the usual way to store a CLOB (a few 100KB) inside Berkeley DB?
Berkeley Database doesn't really do datatypes, it stores bytes. So just store your bytes in the database.