2 unstable releases
0.1.0 | Sep 19, 2021 |
---|---|
0.0.0 | Sep 14, 2021 |
#159 in #codes
57 downloads per month
Used in sqlstate
12KB
280 lines
sqlstate-rs
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:
- PostgreSQL
(enable with feature
postgres
)
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
~35K SLoC