sql >> データベース >  >> NoSQL >> MongoDB

activerecordとmongo/mongo-マッパーブリッジ

    これは見事に機能しました

    配置モデル

      key :location_id, Integer, :required => true
    
        def location
            Location.find(location_id)
        end
    

    ロケーションモデル

      def self.find_places(id)
        Property.find_by_location_id(id)
      end
    
      def find_places
        Property.find_by_location_id(id)
      end
    


    1. Laravelの外部からLaravelキューにプッシュする(NodeJS)

    2. IDではないフィールドをマングースモデルに入力します

    3. mongodbの_idを使用して特定の日に挿入された値を取得したい

    4. エラーを解決する方法:dbpath(/ data / db /)はMongoDBに永続的に存在しません