The CLI used to generate ORM code for easy_orm
Go to the docs at easy_orm_postgres to see how to use easy_orm and the cli
Libraries
- generator
- helpers/checkFolderStructure
- helpers/Column
- helpers/convertRawTablesToTables
- helpers/convertTablesToDbMap
- helpers/convertTablesToTemplateMap
- helpers/excludeColumns
- helpers/excludeTables
- helpers/excludeUnsupportedColumns
- helpers/filterTables
- helpers/getTablesRawFromDb
- helpers/lookupDbType
- helpers/processExcludeListYaml
- helpers/Table
- templates/column_subTemplate
- templates/db_importStatement_template
- templates/db_tableName_template
- templates/db_template
- templates/definition_template
- templates/model_template
- templates/modelParameters_subTemplate
- templates/propertySet_subTemplate
- templates/service_template
- util/command_line_tools
- util/dePluralise
- util/internal_error
- util/linqH
- util/print
- util/version
- util/windows