#sqlite

sqlayout

Generates SQL-code for creating SQLite databases via API or XML config

7 releases

0.1.6 Aug 30, 2023
0.1.5 Aug 13, 2023

#942 in Database interfaces

Download history 48/week @ 2024-07-29 2/week @ 2024-09-23 11/week @ 2024-09-30

55 downloads per month

LGPL-2.1-only

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