-
### What stack are you using?
###### (ex: MERN(mongoose + react), DR(django + react), PEN, etc.)
MERN
### What's the problem you're trying to solve?
Trying to test route for a user to create …
-
Problem:
```
const data = DataFactory.createForClass(Message).generate(1, {
body: 'Test this overwrites'
});
// Output { "body": "Exercitationem rerum ab quae libero nobis debitis deleniti iust…
-
### Bug description
Nested write query fails for a 1-n relation – migration from mongoose
### How to reproduce
- Clone repo
- Install dependencies
- Create `docker-compose.yml`:
- Run `d…
-
- [x] Add mongoose ORM
- [x] Getting started guide
- [x] How to install MongoDB locally
- [x] How to set DB Config
- [ ] How to use fake data (idea migrations and seeders)
- [x] Create an api ro…
-
Thanks for your great library!
I'm facing a bug(connection url parsing error) caused by mongodb@v3 when password contains `?` which generated by AWS.
Would you please consider publish the latest…
-
Change the library search so, in addition to the current fields it looks at, it will also consider the value at custom.library_number
-
Mongodb has some serious performance issues, that is blocking for real production db. This is really blocking some real production load
Prisma has a really good developer experience but for mongodb i…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
Create table for words and nouns. Query it when generating usernames
Reference: https://stackoverflow.com/questions/8674718/best-way-to-select-random-rows-postgresql
-
In near future, I would like to rewrite Mongo Seeding core. It may introduce some breaking changes, as I want to support additional features, without making the API too complex.
While rethinking AP…