symbols 0.1.4

Proc-macro utility to populate enums from database data
Documentation

Symbols

This is an utility to build a proc-macro that connects to a database, retrieves data from given table and populates an enum variants with primary keys values
It also generates a method for every non-primary-key field, and, when there are multiple primary keys, a costructor for every possible subset of primary keys