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)
Where & Count cant be implemented together in Loopback 4
I am implementing an API that can take out all the data where user_id: user_id
but it is not working please help me to implement the same.
here is my code of Follow_api controller:
@get('/follow-maste...
Shesh Narayan Deshmukh
Votes: 0
Answers: 1
Loopback 4 - Is it possible to define id property's length?
Using LB4 + MySQL DB through loopback-connector-mysql to create tables on DB.
A
{id: string, name: string}
id
names
0007bc40-814b-11ec-8128-4df48bd1ae4d
John
0007bc40-814b-11ec-8128-4df48bd1...
Alex Corregidor
Votes: 0
Answers: 1
Find/aggregate from another collection based on its _id in mongodb
PetTable {
_id: ObjectId,
bdTable: string,
status: ObjectId(ref=Status)
}
Status {
_id : ObjectId,
statusCode : number, --> exple: (1, 2, ...7)
petId : ObjectId(ref=PetTable),
}
...
MoTra
Votes: 0
Answers: 1
Loopback custom connector implementation
I am trying to implement a custom loopback connector and it's not clear to me how this all works.
Here are my models:
{
"customer": {
"dataSource": "qb",
"...
Christian Bongiorno
Votes: 0
Answers: 0