Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
申し訳ありませんが、Python を学びたいのですが、Redditのコードベースで何らかのORMが使用されているかどうか知りたいですか?
ご覧ください: http://code.reddit.com/browser/r2/r2/lib/db/
はい。Reddit は Pylons フレームワークを使用し、独自の ORM レイヤーを SQLAlchemy フレームワークに依存しています。ただし、SQLAlchemy は ORM に関する限りかなり低レベルの ORM ライブラリであるため、Reddit には ORM を機能させるかなりの量のカスタム コードがあります。