sqlite3-ocaml
sqlite3-ocaml copied to clipboard
Add extended_errcode_int function.
This is a simplified alternative to #51, only defining the integer-returning function. This avoids making design decision now about the form of the extended error codes. This will suffice for solving paurkedal/ocaml-caqti#72, since I will need to define an independent set of errors to smooth out the difference between the different database client libraries anyway.