sq3-rs 0.2.13

SQLite reader with no dependencies
Documentation
1
2
3
4
5
6
pub(super) trait Digit {}
pub(super) trait HexDigit {}

pub(super) trait NumericLiteral: Digit + HexDigit {}

pub(super) trait LiteralValue: NumericLiteral {}