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

Add generator support for index constraint #95

Closed matei-tm closed 5 years ago

matei-tm commented 5 years ago

Is your feature request related to a problem? Please describe. The M8 framework include annotations for signaling indexes on models. The annotation must generate index constraints

Describe the solution you'd like Add generator support for index constraint