sq3-rs 0.2.3

SQLite reader with no dependencies
Documentation

sq3-rs

SQLite3 library written in Idiomatic Rust and no dependencies (Under Development)

SQL

Syntax

Keywords

Initial approach in design decisions

Valid characters for column names and table names

  • Lowcase letters (a-z)
  • Numbers (0-9). After the first char.
  • Underscore (_). After the first char.