-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move python out of app directory (#62)
* Move databasegen from app directory It is not Haskell so I think should be somewhere else * Refactor common example attributes
- Loading branch information
Showing
32 changed files
with
9 additions
and
23 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 was deleted.
Oops, something went wrong.
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,2 @@ | ||
hundred: | ||
python3 generate_customer_database.py -o ../app/examples/tables --customer-records 100 --invoice-records 100 --customer-table c100 --invoice-table i100 first-names.csv surnames.csv |
File renamed without changes.
Binary file added
BIN
+1.26 KB
databasegen/configuration/__pycache__/basic_table_configuration.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+978 Bytes
databasegen/configuration/__pycache__/table_configuration.cpython-311.pyc
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.09 KB
databasegen/tablegen/cells/__pycache__/random_choice_cell.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.