`dbgen`: Database generator =========================== [![Crates.io](https://img.shields.io/crates/v/dbgen.svg)](https://crates.io/crates/dbgen) [![Build status](https://github.com/kennytm/dbgen/workflows/Rust/badge.svg)](https://github.com/kennytm/dbgen/actions?query=workflow%3ARust) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt) `dbgen` is a program to quickly generate random SQL dump of a table following a given set of expressions. * [CLI usage](CLI.md) * [Schema generator CLI usage](SchemaGen.md) * [Template reference](Template.md) * [Advanced template features](TemplateAdvanced.md)