by Agus Kurniawan
17. September 2012 13:58

Just released my book “Object-Relational Mapping (ORM): MongoDB, Mongoosejs and Node.js By Example”. The book aims to give you illustration in code how to implement ORM for MongoDB. It contains lots of detailed sample code that can be followed a long with as you read.
Table of Content
Preface
1. Development Environment
1.1 MongoDB
1.2 Node.js and Development Tools
1.3 MongoDB Driver for Node.js
1.4 ORM MongoDB
2. Schemas and Models
3. Create, Read, Update and Delete Documents
3.1 Preparation
3.2 Create
3.3 Read
3.4 Update
3.5 Delete
4. Finding and Querying Data
4.1 Preparation
4.2 Finding
4.3 Querying
5. Binary and Image Collection Data
5.1 GridFs and Mongoosejs
5.1.1 Insert
5.1.2 Read
5.1.3 Delete
5.2 Working with File
5.2.1 Insert
5.2.2 Read
5.2.3 Delete
5.3 Getting List of GridFs File
6. Embedded Document
6.1 Embedded Document
6.2 Create
6.3 Read
6.4 Update
6.5 Delete
7. Validation
7.1 Method 1
7.2 Method 2
7.3 Method 3
8. Database Relationship
8.1 Database Relationship
8.2 Create
8.3 Read
8.4 Update
8.5 Delete
Contact and Source Code
Buy
You can buy this book directly from you Kindle, http://www.amazon.com/dp/B009BRNLJA/
You don’t have Kindle, you still buy it from Lulu, [V]
c2660708-a4a1-427a-bf82-3ada8a6246fc|2|5.0
Tags:
Books | Database