7 releases
| 0.1.6 | Aug 30, 2023 |
|---|---|
| 0.1.5 | Aug 13, 2023 |
#942 in Database interfaces
55 downloads per month
55KB
1.5K
SLoC
SQLayout
Library for generating SQLite database initialization SQL code (CREATE TABLE ...) using either API or XML config (feature xml-config).
Usage:
todo!();
lib.rs:
A Library for generating SQLite-specific SQL to Initialize Databases (as in CREATE TABLE...).
SQLite Interface agnostic, e.g. can be used with rusqlite, sqlite or any other SQLite Interface.
xml-config
todo
Dependencies
~0.3–4.5MB
~88K SLoC