Breaking change:
Data.to_string is now Data.to_string_coerce to more clearly reflect that non-string data will be converted to strings.Sqlite3.Rc.check and Sqlite3.Rc.is_success for easier return code checking.Sqlite3.prepare_or_reset for reusing prepared statements in loops.Sqlite3.iter and Sqlite3.fold for more convenient handling of row data.ppx_inline_test.caml_alloc_custom to caml_alloc_custom_mem.dune-project.Thanks to Shawn shawnw.mobile@gmail.com and Ted Spence tspence@fb.com for their work on many of these contributions!
Support for new open flags:
Thanks to Raman Varabets for this contribution!
Added backup functionality
Thanks to Markus W. Weissmann markus.weissmann@in.tum.de for this contribution!