Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 509 Bytes

TODO.md

File metadata and controls

15 lines (13 loc) · 509 Bytes
  • create null values for nullable columns
  • utilize more column metadata (e.g. decimal-digits)
  • more data types out of the box
  • registering Generators for sql-types
  • custom row verifiers in the sense of UniqueConstraintVerifiers
  • builtin ColumnSetGenerators for generating ordered pairs (e.g. start_date vs end_date)
  • nice builtin generators for different scenarios
    • names
    • urls
    • emails
    • ranged numbers
    • constrained dates
  • registering generators for all matching column names