#sqlite #schema #sql #database-schema #generate #databse

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

#1934 in Database interfaces

Download history 5/week @ 2024-02-25 152/week @ 2024-03-24 61/week @ 2024-03-31

213 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
~87K SLoC