An option interesting to add in SQLElixir would as 'choices' of Django
[1].

An iterable (e.g., a list or tuple) of 2-tuples to use as choices for
a field.
The first element in each tuple is the actual value to be stored. The
second element is the human-readable name for the option, and that
could be used in the admin interface created by the user).

It could be created from type enum [2].

[1] http://www.djangoproject.com/documentation/model-api/#choices
[2] http://www.sqlalchemy.org/trac/wiki/UsageRecipes/Enum


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLElixir" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to