-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1d9e90
commit 7751d88
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
0.1.0 | ||
|
||
First real version. Features: | ||
- Support for mariadb, no other DBs can be used from the command line | ||
- Support for other DBs as a library is; use at your own risk | ||
- Supports arbitrary schema, no need to teach the tool anything | ||
- Various command line arguments to turn features on and off | ||
- There is a help command but it doesn't help much yet | ||
- Generating lorum ipsums from: | ||
- Generic lorum ipsum as fallback | ||
- DeLorean ipsum | ||
- Samuel L. Jackson ipsum | ||
- Legal ipsum | ||
- Maui ipsum | ||
- Doggo ipsum | ||
- Cat ipsum | ||
- Many more.. | ||
- There are both local and remote ipsums, remotes are retrieved from their respective websites | ||
- There is image generation, the code retrieves a random comic from a set of configured webcomics | ||
- Ability to delete all data from the DB before generating new | ||
- Ability to use the existing data from the DB and add to it | ||
- A generator based on regular expressions found in the column comment | ||
- Generators for many common fields: | ||
- address, street, city, country, state, name, organization, password, hex, and more.. | ||
- Support for the common data types: | ||
- int, bigint, varchar, bit, text, blob. Many data types still missing |