Hi,
I just ran this command:
$ fake2db --rows 3 --db sqlite --custom name date country
And the result that I got:

I have 2 questions here:
- How do I get auto-increment ID? For example, Francis get id 1 and Robert get id 3?
- How do I rename the custom column names? For example,
full_name instead of name and birth_date instead of date.
Thank you in advance for your help. This project is very cool and helpful. 🙂