問題タブ [marshmallow]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
645 参照

python - Marshmallow スキーマのシリアル化で Postgres Interval データ型を使用することは可能ですか?

SqlAlchemy は、次のようなInterval データ型をサポートしています。

マシュマロスキーマを使用して間隔列タイプをシリアル化することは可能ですか? 私は次のようなものを望んでいました:

...しかし、間隔データ型は Marshmallow ではサポートされていません。Marshmallow APIのドキュメントでは、他の生のデータ型と文字列について言及していますが、これまでのところ、これを機能させることができませんでした。

ヒントや提案をありがとう。