Package guru.mikelue.foxglove


package guru.mikelue.foxglove
Foxglove is a lightweight Java library for easing the generating data for testing database-related code.

Core Concepts

  • TableFacet represents the facet of a database table to be generated.
  • DataGenerator is the working interface which is responsible.
  • ColumnMeta is the read-only metadata for a column.

Settings

DataSetting is used to configure the behavior for data generating.

JDBC

Examples

See Also: