sqlayout 0.1.0

Generates SQL-code for creating SQLite databases via API or XML config
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!();
```