#sqlite #sql #database-schema

sqlayout

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

9 releases

0.2.0 Feb 8, 2025
0.1.7 Feb 6, 2025
0.1.6 Aug 30, 2023

#565 in Database interfaces

Download history 250/week @ 2025-02-06 12/week @ 2025-02-13 4/week @ 2025-02-27

530 downloads per month

LGPL-2.1-only

62KB
1.5K SLoC

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


SQLayout

Library for generating SQLite database initialization SQL code (CREATE TABLE ...) using either API or XML config (feature xml-config).

Usage:

todo!();

Dependencies

~0.2–4.5MB
~85K SLoC