mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
![]() Add support for blob type in sqlite3... it's unusual in that it is created into the table schema as a column of blob type, but is not serialized or deserialized into or from JSON or sqlite. Because the size of blobs is open-ended, accessing them in one hit may not be possible, eg, exceed the size of available heap. As binary, they would have to be base64-encoded in JSON representation and that bloating may be excessive, with, eg, a 500MB blob. So while they can be defined using lws_struct schema, and coexist inside a column of a table managed by lws_struct, they must be read and written separately. |
||
---|---|---|
.. | ||
fts | ||
lwsac | ||
threadpool | ||
base64-decode.c | ||
daemonize.c | ||
dir.c | ||
diskcache.c | ||
fsmount.c | ||
getifaddrs.c | ||
getifaddrs.h | ||
lejp.c | ||
lws-ring.c | ||
lws-struct-lejp.c | ||
lws-struct-sqlite.c | ||
peer-limits.c | ||
romfs.c | ||
romfs.h | ||
sha-1.c |