1 2 3 4 5 6 7 8
# SQLayout Library for generating SQLite database initialization SQL code (`CREATE TABLE ...`) using either API or XML config (feature `xml-config`). ## Usage: ```rust todo!(); ```