pkgsrc/databases/py-sqlalchemy-i18n/DESCR
rodent b33d719186 Import py27-SQLAlchemy-i18n-1.0.1 as databases/py-sqlalchemy-i18n.
Internationalization extension for SQLAlchemy models. Features:

 * Stores translations in separate tables.
 * Reflects translation table structures based on parent model table structure.
 * Supports forcing of given locale.
 * Good performance (uses proxy dicts and other advanced SQLAlchemy concepts for
   performance optimization).
2014-12-06 03:26:17 +00:00

7 lines
336 B
Text

Internationalization extension for SQLAlchemy models. Features:
* Stores translations in separate tables.
* Reflects translation table structures based on parent model table structure.
* Supports forcing of given locale.
* Good performance (uses proxy dicts and other advanced SQLAlchemy concepts for
performance optimization).