spawnflake 0.2.9

Generate pattern based random data for mysql
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/// Inspects schema
pub mod discover;
/// Generic db insert command
pub mod insert;
/// generates random values for data types
pub mod random_values;
// names of mysql data types
pub mod const_types;

pub mod datastore_models;

// DataGeneration trait implementation
pub mod data_generation;