matei-tm / f-orm-m8-sqlite

A f_orm_m8 implementation for Sqlite, with mapping capability out of the box
MIT License
14 stars 5 forks source link

Refactor the project into a generic standalone generator and multiple database related configuration engines #106

Open matei-tm opened 5 years ago

matei-tm commented 5 years ago

Is your feature request related to a problem? Please describe. The project involve close coupling between the generator and sqlite. We must decouple the generator from the particular database provider in order to add flexibility for further evolution.

Describe the solution you'd like A new dart module f-orm-m8-gen must be extracted from the project logic to cover independent code generation. The project must remain as sqlite implementation for the future f-orm-m8-gen generic independent generator.