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

find({})は空の配列マングースを返します

    mongoose.Schemaを使用したスキーマ作成部分がありません 、

    const schoolNotices = mongoose.model("schoolNotices",
        new mongoose.Schema(
            {
                title:{
                    type: String
                },
                date:{
                    type:String
                },
                details:{
                    type:String
                }
            },
            { collection: "schoolNotices" } // optional
        )
    );
    



    1. Mongodb500エラーのあるAsp.netコアWebAPI

    2. Laravel-頻繁な更新でEloquentをキャッシュする

    3. エラー:Db._executeQueryCommandNode.jsに開いている接続がありません

    4. Perlでmongodbの複数のフィールドで並べ替えるにはどうすればよいですか?