matei-tm / vscode-f-orm-m8

Vs Code Extension to generate Sqlite CRUD classes for Flutter applications
MIT License
3 stars 0 forks source link

New entities must be of two categories: accountRelated and independent #17

Closed matei-tm closed 5 years ago

matei-tm commented 5 years ago

The accountRelated entities must implement DbAccountRelatedEntity The independent entities must implement DbEntity

matei-tm commented 5 years ago

The entry point is the inputBox presented when new models are expected from user input