-
-
v0.6.088897bca · ·
Search/pull functionality Using the new [-f] option allows the user to search their cookbook. Search by recipe name, description, meal type, class, cuisine, serving size, and ingredients needed for the recipe. Upon receiving the query results, you can choose which recipe you would like to access and view the full recipe details.
-
v0.4097dace9 · ·
Recipe insertion First part of the CLI recipe input. The [-i] option without additional arguments will begin the interactive input process.
-
v0.3dcdfae3a · ·
Further "load" features The "load" option will now check to see if the required files are present in the import directory, creating them if the user so chooses and ready for editing. It will also check to see if all files in import directory are correct in order to insert into SQL
-
v0.2fe937250 · ·
First draft of interactivity. During load of CSVs, the program will either append the new data to the DB, or will prompt the user if data already exists on whether or not they would like to replace the data or not. A default output of all recipes will display if run without any arguments.