All Projects → js-data → Js Data Mongodb

js-data / Js Data Mongodb

Licence: mit
MongoDB adapter for js-data. Main Site: http://js-data.io, API Reference Docs: http://api.js-data.io

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Js Data Mongodb

Mongoframework
An "Entity Framework"-like interface for MongoDB
Stars: ✭ 116 (+1188.89%)
Mutual labels:  orm, mongodb
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (+31366.67%)
Mutual labels:  orm, mongodb
Wither
An ODM for MongoDB built on the official MongoDB Rust driver.
Stars: ✭ 174 (+1833.33%)
Mutual labels:  orm, mongodb
F3 Cortex
A multi-engine ORM / ODM for the PHP Fat-Free Framework
Stars: ✭ 101 (+1022.22%)
Mutual labels:  orm, mongodb
Mongoengine
MongoEngine is a Python Object-Document Mapper for working with MongoDB. Documentation is available at https://mongoengine-odm.readthedocs.io - there is currently a tutorial, a user guide, and an API reference.
Stars: ✭ 3,632 (+40255.56%)
Mutual labels:  orm, mongodb
Ymate Platform V2
YMP是一个非常简单、易用的轻量级Java应用开发框架,涵盖AOP、IoC、WebMVC、ORM、Validation、Plugin、Serv、Cache等特性,让开发工作像搭积木一样轻松!
Stars: ✭ 106 (+1077.78%)
Mutual labels:  orm, mongodb
Grails Data Mapping
GORM - Groovy Object Mapping
Stars: ✭ 194 (+2055.56%)
Mutual labels:  orm, mongodb
Qxorm
QxOrm library - C++ Qt ORM (Object Relational Mapping) and ODM (Object Document Mapper) library - Official repository
Stars: ✭ 176 (+1855.56%)
Mutual labels:  orm, mongodb
Node Orm2
Object Relational Mapping
Stars: ✭ 3,063 (+33933.33%)
Mutual labels:  orm, mongodb
Mikro Orm
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
Stars: ✭ 3,874 (+42944.44%)
Mutual labels:  orm, mongodb
Mongo Thingy
🍃 The most idiomatic and friendly-yet-powerful way to use MongoDB with Python
Stars: ✭ 49 (+444.44%)
Mutual labels:  orm, mongodb
Iridium
A high performance MongoDB ORM for Node.js
Stars: ✭ 567 (+6200%)
Mutual labels:  orm, mongodb
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (+9733.33%)
Mutual labels:  orm, mongodb
Dtcqueuebundle
Symfony2/3/4/5 Queue Bundle (for background jobs) supporting Mongo (Doctrine ODM), Mysql (and any Doctrine ORM), RabbitMQ, Beanstalkd, Redis, and ... {write your own}
Stars: ✭ 115 (+1177.78%)
Mutual labels:  orm, mongodb
Odmantic
Async ODM (Object Document Mapper) for MongoDB based on python type hints
Stars: ✭ 240 (+2566.67%)
Mutual labels:  orm, mongodb
Denodb
MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Stars: ✭ 498 (+5433.33%)
Mutual labels:  orm, mongodb
Laravel Mongodb
A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
Stars: ✭ 5,860 (+65011.11%)
Mutual labels:  orm, mongodb
Php Es Mapper
An elasticsearch simple mapping ORM for php
Stars: ✭ 25 (+177.78%)
Mutual labels:  orm
Walrus
Lightweight Python utilities for working with Redis
Stars: ✭ 846 (+9300%)
Mutual labels:  orm
Subnode.org
SubNode: Social Media App
Stars: ✭ 25 (+177.78%)
Mutual labels:  mongodb
js-data logo

js-data-mongodb

Slack NPM Tests Downloads Coverage

A MongoDB adapter for the JSData Node.js ORM.

Installation

npm install --save [email protected] [email protected] [email protected] [email protected]

Usage

import { MongoDBAdapter } from 'js-data-mongodb';

// Create an instance of MongoDBAdapter
const adapter = new MongoDBAdapter({
  uri: 'mongodb://localhost:27017'
});

// Other JSData setup hidden

// Register the adapter instance
store.registerAdapter('mongodb', adapter, { default: true });

JSData + MongoDB Tutorial

Start with the JSData + MongoDB tutorial or checkout the API Reference Documentation.

Need help?

Please post a question on Stack Overflow. This is the preferred method.

You can also chat with folks on the Slack Channel. If you end up getting your question answered, please still consider consider posting your question to Stack Overflow (then possibly answering it yourself). Thanks!

Want to contribute?

Awesome! You can get started over at the Contributing guide.

Thank you!

License

The MIT License (MIT)

Copyright (c) 2014-2017 js-data-mongodb project authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].