Adam Lenda

Results 5 issues of Adam Lenda

Adds the beginnings of code generation for... Data Access Objects (to contain CRUD operations) Data Attributes (column specific traits) Data Transport Collections (to support implicit paging of data sets) This...

These changes extend the work that was done in [https://github.com/reliese/laravel/pull/200/files](https://github.com/reliese/laravel/pull/200/files) The new classes define a (hopefully) "idealized" representation of meta data from a database. In the case of SchemaBlueprint it...

This PR is the first step towards isolating functionality that spans an entire database from the functionality that relates only to a schema within that data store.

I can see where the missing connections show up, but the road is not visible. It may be creating the route w/o creating the road and wires? I'll poke around...

### Reproduce Bug #### python source ``` import configargparse def example(): parser = configargparse.ArgumentParser(prog="test") parser.add_argument( '-e', '--environments', type=str, dest='environments', metavar='Environment', choices=['dev', 'test', 'beta', 'prod'], action='append', nargs='?', required=True, help="List of deployment...