|
|
|
|
|
by IshKebab
1419 days ago
|
|
Yes it is. They even have a page about it: https://sqlite.org/appfileformat.html It's a format. You can serialise data to it. What about it isn't a serialisation format? Obviously I wouldn't recommend it for small amounts of data, e.g. for RPC calls. But when you need to store lots of data it's much better than JSON or binary JSON style formats. |
|