python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can I use 2 entities/models with 1 controller?
I have a spring boot project with mongodb that has 2 databases connected. I am trying to use 2 entities/models for each database. So that each database has 2 entites/model 2 repositories and 1 control...
Ziyad Morsi
Votes: 0
Answers: 1
Find objects whose nested objects match two different values for the same key
I have objects that look like this:
[
{
"url": "a",
"nested_object_keys": [
{
"vendor": "terraform",
"tag": ...
eloaf
Votes: 0
Answers: 1
MongoDB UpdateMany Child Array without filter
Mongo Playground
Simple Schema:
[
{
"key": 1,
"Array": [
{
"Prop1": 1,
"Prop2": 2
},
{
"Prop1": 2,...
2Fast4YouBR
Votes: 0
Answers: 1
get additional data on same collection in Mongodb C#
I have a collection called "User". I'm passing userid to get the record. In addition to that i also need additional 10 last updatedAt(DateTime) record excluding the userid record but added t...
CKK
Votes: 0
Answers: 1