sqlalchemy-validations - Google Code
SQLAlchemy validations is an easy way to be sure that no inconsistent data will be saved to your database. It is a new extension for SQLAlchemy that checks if an object is consistent according to a customizable set of rules just before being saved to the database.
SQLAlchemyとElixirに対応。
できあいのバリデータは、数値の範囲指定、文字列のパターンマッチ、プレゼンス(nullableでいいと思うんだけど)が用意されている。
どっちかとゆうと、モデルからFormEncodeのスキーマを作りたいな。
Powered by ScribeFire.
|