#
mongodb-orm
Here are 42 public repositories matching this topic...
-
Updated
Jul 8, 2021 - JavaScript
Async ODM (Object Document Mapper) for MongoDB based on python type hints
python
mongo
orm
mongodb
nosql
async
odm
motor
asyncio
mongodb-orm
type-hints
python-types
object-document-mapper
pydantic
fastapi
-
Updated
Jul 30, 2021 - Python
A data access library for MongoDB with an elegant api, LINQ support and built-in entity relationship management
-
Updated
Aug 12, 2021 - C#
MongoDB Plugin for Java
-
Updated
Jun 19, 2017 - Java
Pagination library for PHP applications with support for several data providers
-
Updated
Aug 8, 2021 - PHP
-
Updated
Dec 19, 2019 - Python
MongoDB ODM for Phalcon framework for new mongodb php extension with query builder and rich functionality
php
builder
mongodb
phalcon
odm
query-builder
mongodb-driver
mongodb-orm
mongodb-odm
phalcon-framework
-
Updated
Jul 17, 2017 - PHP
An easy CRUD operation based on Factory pattern with Mongoose.
react
nodejs
pagination
orm
mongodb
mongodb-orm
mongoose-model
mongoose-population
mongoose-pagination
mongodborm
mongoose-helper
mongodb-filter
filter-key
-
Updated
Aug 12, 2021 - TypeScript
Mongoose plugin mapping flat name/value JSON to Mongoose Schemas which may have nesting and embedded arrays
-
Updated
May 23, 2014 - JavaScript
Dockerizing fullstack application using Flask, Gunicorn, Mongodb, Angular 8, Nginx
docker
nginx
flask
mongodb
docker-compose
mongodb-database
mongodb-orm
gunicorn-web-server
auto-deployment
angular8
-
Updated
Aug 11, 2021 - HTML
A nestjs module for mongo
-
Updated
Aug 12, 2021 - TypeScript
MongoDB ORM implementation on top of the Ruby MongoDB driver. Very fast and light weight.
-
Updated
Jan 24, 2018 - Ruby
MongoDB(NoSQL) C# Repository Design Pattern
-
Updated
Mar 23, 2017 - C#
Saving data in MongoDb database in Android
android
java
database
mongodb
db
mongodb-database
mongodb-driver
mongodb-orm
mongodb-java-driver
dbconnector
dbconnectionstrings
localdatasource
dbconnection
-
Updated
Jun 11, 2018 - Kotlin
OmMongo is object relational mapping for MongoDB, forked from MongoAlchemy project.
-
Updated
Jun 10, 2018 - Python
Tiny MongoDB Ruby library
-
Updated
Jul 12, 2017 - Ruby
mogo provides a faster usage of mongo with mgo behind
-
Updated
Jun 28, 2020 - Go
基于mongodb官方Java驱动的orm框架,允许子类嵌套
-
Updated
May 4, 2018 - Java
Turnstile Authentication with a MongoDB ORM backend
-
Updated
Oct 4, 2017 - Swift
Shapely integration for MongoEngine
-
Updated
Oct 9, 2018 - Python
Creating native JavaScript classes with MongoDB backend
-
Updated
Oct 26, 2019 - JavaScript
MongoDB DAO Impl.
-
Updated
Jul 9, 2017 - Java
Improve this page
Add a description, image, and links to the mongodb-orm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mongodb-orm topic, visit your repo's landing page and select "manage topics."


Bug description
When you run
npx prisma initeverything executes without problems but the.gitignorefile is being overwritten with the following content mentioned in Issue #3400How to reproduce
npmproject.gitignorenpx prisma init.gitignorefile and notice it was overwrittenExpected beha