2 unstable releases

0.1.0 Sep 19, 2021
0.0.0 Sep 14, 2021

#150 in #codes


Used in sqlstate

MIT license

12KB
280 lines

sqlstate-rs

CI crates.io API docs

Representations and parsing logic for SQLSTATE return codes.

sqlstate supports all standard SQL error codes as defined in ISO/IEC 9075.

Databases may define custom error codes as well - sqlstate supports additional error codes for the following databases:

Contributing

  • Contributions to this project must be submitted under the project's license.
  • Contributors to this project must attest to the Developer Certificate of Origin by including a Signed-off-by statement in all commit messages.
  • All commits must have a valid digital signature.

Dependencies

~1.5MB
~32K SLoC