Commit graph

13 commits

Author SHA1 Message Date
Patrick O'brien 57e20cbfe3 Added imports objects 2016-03-01 21:11:55 +10:00
Patrick O'brien 195e8d16e8 Broke up all commands into individual templates.
* Added bunch of new command names and descriptions.
* Changed "all" command to "boil", so we can use "all"
  for the name of the all database select helper.
2016-02-29 21:45:28 +10:00
Patrick O'brien 241cac7d67 Added comments to init sqlboiler funcs 2016-02-29 20:42:51 +10:00
Patrick O'brien b5409c7332 Fixed assign defaultRun bug, fixed "all" order
* Organized files better
* More comments
2016-02-29 19:39:49 +10:00
Patrick O'brien 20720b2cc0 Changed SQLBoiler init method
* Now uses maps to load commands
* Map for custom run handlers
* Map for template functions
* Streamlined cmd creation process
2016-02-29 15:49:26 +10:00
Patrick O'brien 25fa09cf93 Added initTemplates, moved tpls folder
* Moved all template functions to shared
2016-02-29 13:30:54 +10:00
Patrick O'brien 99ef15ddb5 Slightly change readme, add "mandatory" to -d flag 2016-02-25 10:20:39 +10:00
Patrick O'brien 47c5be1038 Removed unused test files, added comments to cmds
* Added comments to all cmds files
* Removed unused test files
* Removed unimplemented command 'update'
2016-02-24 18:53:34 +10:00
Patrick O'brien bdcb196b9b Removed redundant error output 2016-02-24 16:34:19 +10:00
Patrick O'brien 2ea3239ad1 Added all command, added output file flag 2016-02-24 15:40:07 +10:00
Patrick O'brien 69adb1a552 Finished delete command 2016-02-23 22:51:49 +10:00
Patrick O'brien 5d679aa0bc Finished select and insert commands 2016-02-23 22:38:24 +10:00
Patrick O'brien b43f9c63d8 Struct generation complete, pipes to stdout
* Database driver config & flag complete
* Table flag complete, will use all tables if non specified
2016-02-23 18:27:32 +10:00