sqlayout 0.3.1

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