libsql / sqld

LibSQL with extended capabilities like HTTP protocol, replication, and more.
https://libsql.org
903 stars 38 forks source link

Enable checksum extension by default #633

Closed avinassh closed 1 year ago

avinassh commented 1 year ago

I found this old discussion from Alex, and I learned that SQLite doesn't have checksums. That makes me deeply uncomfortable.

SQLite has a checksum VFS shim, but this is an extension and not enabled by default. I propose we enable this by default in sqld, which would be a great value addition.

avinassh commented 1 year ago

moved to https://github.com/libsql/libsql/issues/331